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