GroupId | GroupIdcom.github.jond3k |
---|---|
ArtifactId | ArtifactIdjonstructs |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
jonstructs-0.6.pom | |
jonstructs-0.6.jar | 46 KB |
jonstructs-0.6-sources.jar | 13 KB |
jonstructs-0.6-javadoc.jar | 304 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jond3k/jonstructs/ -->
<dependency>
<groupId>com.github.jond3k</groupId>
<artifactId>jonstructs</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jond3k/jonstructs/
implementation 'com.github.jond3k:jonstructs:0.6'
// https://jarcasting.com/artifacts/com.github.jond3k/jonstructs/
implementation ("com.github.jond3k:jonstructs:0.6")
'com.github.jond3k:jonstructs:jar:0.6'
<dependency org="com.github.jond3k" name="jonstructs" rev="0.6">
<artifact name="jonstructs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jond3k', module='jonstructs', version='0.6')
)
libraryDependencies += "com.github.jond3k" % "jonstructs" % "0.6"
[com.github.jond3k/jonstructs "0.6"]