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