Skip to content

gradle dependencies

  • org.springframework.boot:spring-boot-gradle-plugin:1.4.1.RELEASE")
  • com.github.jengelman.gradle.plugins:shadow:1.2.4"
  • "co.riiid:gradle-github-plugin:0.4.2" // github releases
  •     compile 'javax.xml.bind:jaxb-api:2.2.11'
  •     compile 'com.sun.xml.bind:jaxb-core:2.2.11'
  •     compile 'com.sun.xml.bind:jaxb-impl:2.2.11'
  •     compile 'javax.xml.ws:jaxws-api:2.2.11' 
  • compile "org.springframework.boot:spring-boot-starter-web"
  • compile "org.springframework.boot:spring-boot-starter-actuator"
  • compile "org.springframework.boot:spring-boot-starter-websocket"
  • compile "org.springframework.boot:spring-boot-starter-data-jpa" 
  • compile "org.hsqldb:hsqldb"
  • compile 'com.h2database:h2:1.4.191'
  • compile "org.ethereum:solcJ-all:0.4.19"                   // Solidity Compiler win/mac/linux binaries
  •   compile "com.ethercamp:contract-data:1.4.0"
  • compile "org.projectlombok:lombok:1.16.20"
  • compile "com.maxmind.geoip:geoip-api:1.3.1"
  • compile "com.github.briandilley.jsonrpc4j:jsonrpc4j:1.5.3"
  • compile "javax.portlet:portlet-api:2.0"
  • compile "org.apache.commons:commons-io:1.3.2"
  • compile "org.functionaljava:functionaljava:4.6"
  • compile "org.functionaljava:functionaljava-java8:4.6"
  • compile "com.mashape.unirest:unirest-java:1.3.1"
  • compile("org.webjars.bower:bootstrap:3.3.6")
  • compile("org.webjars.bower:jquery:2.2.4")
  • compile("org.webjars.bower:angular-route:1.5.8")
  • compile("org.webjars.bower:angular-animate:1.5.8")
  • compile("org.webjars.bower:sockjs-client:1.1.1")
  • compile("org.webjars.bower:filesize:3.2.1")
  • compile("org.webjars.bower:toastr:2.1.2")
  • compile("org.webjars.bower:pace:1.0.2")
  • compile("org.webjars.bower:font-awesome:4.6.3")
  • compile("org.webjars.bower:animate.css:3.5.2")
  • compile("org.webjars.bower:moment:2.14.1")
  • compile("org.webjars.bower:datamaps:0.5.7")
  • compile("org.webjars.bower:d3:3.5.17")
  • compile("org.webjars.bower:topojson:1.6.26")
  • compile("org.webjars.bower:jquery-mousewheel:3.1.13")
  • compile("org.webjars.bower:malihu-custom-scrollbar-plugin:3.1.5") 
  • compile("org.webjars.bower:angular-ui:0.4.0")
  • compile("org.webjars.bower:underscore:1.8.3")
  • compile("org.webjars.npm:bignumber.js:2.4.0")
  • compile group: 'com.dorkbox', name: 'SystemTray', version: '2.20'
  • compile group: 'org.codehaus.janino', name: 'janino', version: '3.0.6'  // for having if-statement in logback.xml
  • testCompile "junit:junit"
  • testCompile "org.springframework:spring-test"
  • testCompile "org.springframework.boot:spring-boot-starter-test" 
  • https://salsa.debian.org/themusicgod1-guest/ethereum-harmony/-/blob/develop/build.gradle
Edited by Jeff Cliff