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