Guest User

common

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