Advertisement
DaPorkchop

Untitled

Mar 9th, 2019
658
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.91 KB | None | 0 0
  1. dependencies {
  2.     deobfCompile "io.github.opencubicchunks:cubicchunks-api:1.12.2-0.0-SNAPSHOT"
  3.     deobfCompile "io.github.opencubicchunks:cubicchunks:1.12.2-0.0-SNAPSHOT"
  4.     deobfCompile "io.github.opencubicchunks:cubicworldgen:1.12.2-0.0.40.0-SNAPSHOT"
  5.  
  6.     compile "org.apache.commons:commons-imaging:1.0-SNAPSHOT"
  7.  
  8.     compile "net.daporkchop.lib:binary:0.3.0-SNAPSHOT"
  9.     compile "net.daporkchop.lib:concurrent:0.3.0-SNAPSHOT"
  10.     compile "net.daporkchop.lib:graphics:0.3.0-SNAPSHOT"
  11.     compile "net.daporkchop.lib:logging:0.3.0-SNAPSHOT"
  12.  
  13.     //compile "net.daporkchop.lib:hash:0.3.0-SNAPSHOT"
  14.     //compile "net.daporkchop.lib:http:0.3.0-SNAPSHOT"
  15.  
  16.     compile ("org.geotools:gt-shapefile:22-SNAPSHOT")   {
  17.         exclude group: "javax.media"
  18.     }
  19.     compile ("org.geotools:gt-swing:22-SNAPSHOT")   {
  20.         exclude group: "javax.media"
  21.     }
  22.     compile "javax.media_fixed:jai_core:1.1.3"
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement