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