GroupId | GroupIdcom.github.mmazi |
---|---|
ArtifactId | ArtifactIdrescu |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
rescu-1.1.0.pom | |
rescu-1.1.0.jar | 44 KB |
rescu-1.1.0-sources.jar | 47 KB |
rescu-1.1.0-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mmazi/rescu/ -->
<dependency>
<groupId>com.github.mmazi</groupId>
<artifactId>rescu</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mmazi/rescu/
implementation 'com.github.mmazi:rescu:1.1.0'
// https://jarcasting.com/artifacts/com.github.mmazi/rescu/
implementation ("com.github.mmazi:rescu:1.1.0")
'com.github.mmazi:rescu:jar:1.1.0'
<dependency org="com.github.mmazi" name="rescu" rev="1.1.0">
<artifact name="rescu" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mmazi', module='rescu', version='1.1.0')
)
libraryDependencies += "com.github.mmazi" % "rescu" % "1.1.0"
[com.github.mmazi/rescu "1.1.0"]