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