<dependency> <groupId>com.github.mmazi</groupId> <artifactId>rescu</artifactId> <version>1.1.0</version> </dependency>
implementation 'com.github.mmazi:rescu:1.1.0'
implementation("com.github.mmazi:rescu:1.1.0")
libraryDependencies += "com.github.mmazi" % "rescu" % "1.1.0"
@Grapes( @Grab(group='com.github.mmazi', module='rescu', version='1.1.0') )
<dependency org="com.github.mmazi" name="rescu" rev="1.1.0" />
[com.github.mmazi/rescu "1.1.0"]
'com.github.mmazi:rescu:jar:1.1.0'
compile
|-- org.slf4j:slf4j-api:1.7.2
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
|-- javax.ws.rs:jsr311-api:1.1.1
|-- com.google.code.findbugs:jsr305:2.0.1
|-- org.testng:testng:6.8