| GroupId | GroupIdcom.github.tix320 |
|---|---|
| ArtifactId | ArtifactIdsonder |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sonder-1.0.1.pom | |
| sonder-1.0.1.jar | 156 KB |
| sonder-1.0.1-sources.jar | 73 KB |
| sonder-1.0.1-javadoc.jar | 599 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tix320/sonder/ -->
<dependency>
<groupId>com.github.tix320</groupId>
<artifactId>sonder</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tix320/sonder/
implementation 'com.github.tix320:sonder:1.0.1'
// https://jarcasting.com/artifacts/com.github.tix320/sonder/
implementation ("com.github.tix320:sonder:1.0.1")
'com.github.tix320:sonder:jar:1.0.1'
<dependency org="com.github.tix320" name="sonder" rev="1.0.1">
<artifact name="sonder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tix320', module='sonder', version='1.0.1')
)
libraryDependencies += "com.github.tix320" % "sonder" % "1.0.1"
[com.github.tix320/sonder "1.0.1"]