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