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