is not current version
Last Version 0.7

com.github.jond3k:jonstructs 0.3

Language constructs for Scala

GroupId

GroupId

com.github.jond3k
ArtifactId

ArtifactId

jonstructs
Version

Version

0.3
Type

Type

jar

Download jonstructs 0.3


<!-- 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"]