<dependency> <groupId>com.github.mmazi</groupId> <artifactId>rescu</artifactId> <version>1.8.1</version> </dependency>
implementation 'com.github.mmazi:rescu:1.8.1'
implementation("com.github.mmazi:rescu:1.8.1")
libraryDependencies += "com.github.mmazi" % "rescu" % "1.8.1"
@Grapes( @Grab(group='com.github.mmazi', module='rescu', version='1.8.1') )
<dependency org="com.github.mmazi" name="rescu" rev="1.8.1" />
[com.github.mmazi/rescu "1.8.1"]
'com.github.mmazi:rescu:jar:1.8.1'
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.5.0
|-- org.slf4j:slf4j-api:1.7.12
|-- javax.ws.rs:jsr311-api:1.1.1
|-- com.google.code.findbugs:jsr305:3.0.0
test
|-- org.testng:testng:6.9.4
|-- ch.qos.logback:logback-classic:1.1.3
|-- com.google.guava:guava:18.0
|-- org.hamcrest:hamcrest-junit:2.0.0.0
|-- joda-time:joda-time:2.7
|-- org.mockito:mockito-all:1.10.19