Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.jsonex |
ArtifactId | ArtifactIdtreedoc |
Version | Version0.1.13 |
Type | Typejar |
Filename | Size |
---|---|
treedoc-0.1.13.pom | |
treedoc-0.1.13.jar | 27 KB |
treedoc-0.1.13-sources.jar | 11 KB |
treedoc-0.1.13-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonex/treedoc/ -->
<dependency>
<groupId>org.jsonex</groupId>
<artifactId>treedoc</artifactId>
<version>0.1.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonex/treedoc/
implementation 'org.jsonex:treedoc:0.1.13'
// https://jarcasting.com/artifacts/org.jsonex/treedoc/
implementation ("org.jsonex:treedoc:0.1.13")
'org.jsonex:treedoc:jar:0.1.13'
<dependency org="org.jsonex" name="treedoc" rev="0.1.13">
<artifact name="treedoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonex', module='treedoc', version='0.1.13')
)
libraryDependencies += "org.jsonex" % "treedoc" % "0.1.13"
[org.jsonex/treedoc "0.1.13"]