| GroupId | GroupIdcom.github.tix320 |
|---|---|
| ArtifactId | ArtifactIdnimble |
| Version | Version0.1.17 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nimble-0.1.17.pom | |
| nimble-0.1.17.jar | 18 KB |
| nimble-0.1.17-sources.jar | 11 KB |
| nimble-0.1.17-javadoc.jar | 434 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tix320/nimble/ -->
<dependency>
<groupId>com.github.tix320</groupId>
<artifactId>nimble</artifactId>
<version>0.1.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tix320/nimble/
implementation 'com.github.tix320:nimble:0.1.17'
// https://jarcasting.com/artifacts/com.github.tix320/nimble/
implementation ("com.github.tix320:nimble:0.1.17")
'com.github.tix320:nimble:jar:0.1.17'
<dependency org="com.github.tix320" name="nimble" rev="0.1.17">
<artifact name="nimble" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tix320', module='nimble', version='0.1.17')
)
libraryDependencies += "com.github.tix320" % "nimble" % "0.1.17"
[com.github.tix320/nimble "0.1.17"]