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