Guest User

common

a guest
Apr 22nd, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.50 KB | None | 0 0
  1. group = 'com.common'
  2.  
  3. apply plugin: "java-library"
  4.  
  5. dependencies {
  6.     /*******************************
  7.      * API Dependencies
  8.      *******************************/
  9.  
  10.     api("com.fasterxml.jackson.core:jackson-databind")
  11.     api("org.hibernate.validator:hibernate-validator")
  12.     api("commons-validator:commons-validator")
  13.     api("org.apache.commons:commons-lang3")
  14.  
  15.     /*******************************
  16.      * Implementation Dependencies
  17.      *******************************/
  18.  
  19.     implementation("com.google.guava:guava")
  20. }
Add Comment
Please, Sign In to add comment