License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdio.github.odys-z |
ArtifactId | ArtifactIdantson |
Version | Version0.9.11 |
Type | Typejar |
Description |
Descriptionantson
Java, c#, python data type to json (de)serializer
|
Project URL |
Project URL |
Filename | Size |
---|---|
antson-0.9.11.pom | |
antson-0.9.11.jar | 54 KB |
antson-0.9.11-sources.jar | 32 KB |
antson-0.9.11-javadoc.jar | 209 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.odys-z/antson/ -->
<dependency>
<groupId>io.github.odys-z</groupId>
<artifactId>antson</artifactId>
<version>0.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.odys-z/antson/
implementation 'io.github.odys-z:antson:0.9.11'
// https://jarcasting.com/artifacts/io.github.odys-z/antson/
implementation ("io.github.odys-z:antson:0.9.11")
'io.github.odys-z:antson:jar:0.9.11'
<dependency org="io.github.odys-z" name="antson" rev="0.9.11">
<artifact name="antson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.odys-z', module='antson', version='0.9.11')
)
libraryDependencies += "io.github.odys-z" % "antson" % "0.9.11"
[io.github.odys-z/antson "0.9.11"]
Group / Artifact | Type | Version |
---|---|---|
org.antlr : antlr4-runtime | jar | [4.9.2,) |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |