Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.engineblock |
ArtifactId | ArtifactIdat-json |
Version | Version1.0.64 |
Type | Typejar |
Filename | Size |
---|---|
at-json-1.0.64.pom | |
at-json-1.0.64.jar | 9 MB |
at-json-1.0.64-sources.jar | 12 KB |
at-json-1.0.64-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.engineblock/at-json/ -->
<dependency>
<groupId>io.engineblock</groupId>
<artifactId>at-json</artifactId>
<version>1.0.64</version>
</dependency>
// https://jarcasting.com/artifacts/io.engineblock/at-json/
implementation 'io.engineblock:at-json:1.0.64'
// https://jarcasting.com/artifacts/io.engineblock/at-json/
implementation ("io.engineblock:at-json:1.0.64")
'io.engineblock:at-json:jar:1.0.64'
<dependency org="io.engineblock" name="at-json" rev="1.0.64">
<artifact name="at-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.engineblock', module='at-json', version='1.0.64')
)
libraryDependencies += "io.engineblock" % "at-json" % "1.0.64"
[io.engineblock/at-json "1.0.64"]