<dependency> <groupId>com.github.mmazi</groupId> <artifactId>rescu</artifactId> <version>1.7.1</version> </dependency>
implementation 'com.github.mmazi:rescu:1.7.1'
implementation("com.github.mmazi:rescu:1.7.1")
libraryDependencies += "com.github.mmazi" % "rescu" % "1.7.1"
@Grapes( @Grab(group='com.github.mmazi', module='rescu', version='1.7.1') )
<dependency org="com.github.mmazi" name="rescu" rev="1.7.1" />
[com.github.mmazi/rescu "1.7.1"]
'com.github.mmazi:rescu:jar:1.7.1'
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.3.2
|-- org.slf4j:slf4j-api:1.7.7
|-- javax.ws.rs:jsr311-api:1.1.1
|-- com.google.code.findbugs:jsr305:2.0.3
test
|-- org.testng:testng:6.8
|-- ch.qos.logback:logback-classic:1.1.2
|-- com.google.guava:guava:r09
|-- org.hamcrest:hamcrest-core:1.3