is not current version
Last Version 1.1.0

io.github.danthe1st:compile-time-json-parser 1.0.0

prepares converting JSON objects to java objects at compile-time

Categories

Categories

Ant Build Tools JSON Data
GroupId

GroupId

io.github.danthe1st
ArtifactId

ArtifactId

compile-time-json-parser
Version

Version

1.0.0
Type

Type

jar

Download compile-time-json-parser 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.danthe1st/compile-time-json-parser/ -->
<dependency>
    <groupId>io.github.danthe1st</groupId>
    <artifactId>compile-time-json-parser</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.danthe1st/compile-time-json-parser/
implementation 'io.github.danthe1st:compile-time-json-parser:1.0.0'
// https://jarcasting.com/artifacts/io.github.danthe1st/compile-time-json-parser/
implementation ("io.github.danthe1st:compile-time-json-parser:1.0.0")
'io.github.danthe1st:compile-time-json-parser:jar:1.0.0'
<dependency org="io.github.danthe1st" name="compile-time-json-parser" rev="1.0.0">
  <artifact name="compile-time-json-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.danthe1st', module='compile-time-json-parser', version='1.0.0')
)
libraryDependencies += "io.github.danthe1st" % "compile-time-json-parser" % "1.0.0"
[io.github.danthe1st/compile-time-json-parser "1.0.0"]