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