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