Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.agilej |
ArtifactId | ArtifactIdjsonty |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
jsonty-0.2.pom | |
jsonty-0.2.jar | 22 KB |
jsonty-0.2-sources.jar | 12 KB |
jsonty-0.2-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.agilej/jsonty/ -->
<dependency>
<groupId>org.agilej</groupId>
<artifactId>jsonty</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.agilej/jsonty/
implementation 'org.agilej:jsonty:0.2'
// https://jarcasting.com/artifacts/org.agilej/jsonty/
implementation ("org.agilej:jsonty:0.2")
'org.agilej:jsonty:jar:0.2'
<dependency org="org.agilej" name="jsonty" rev="0.2">
<artifact name="jsonty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.agilej', module='jsonty', version='0.2')
)
libraryDependencies += "org.agilej" % "jsonty" % "0.2"
[org.agilej/jsonty "0.2"]