GroupId | GroupIdorg.dapacode.tree4j |
---|---|
ArtifactId | ArtifactIdtree4j |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
tree4j-0.8.pom | |
tree4j-0.8.jar | 24 KB |
tree4j-0.8-sources.jar | 12 KB |
tree4j-0.8-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dapacode.tree4j/tree4j/ -->
<dependency>
<groupId>org.dapacode.tree4j</groupId>
<artifactId>tree4j</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.dapacode.tree4j/tree4j/
implementation 'org.dapacode.tree4j:tree4j:0.8'
// https://jarcasting.com/artifacts/org.dapacode.tree4j/tree4j/
implementation ("org.dapacode.tree4j:tree4j:0.8")
'org.dapacode.tree4j:tree4j:jar:0.8'
<dependency org="org.dapacode.tree4j" name="tree4j" rev="0.8">
<artifact name="tree4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dapacode.tree4j', module='tree4j', version='0.8')
)
libraryDependencies += "org.dapacode.tree4j" % "tree4j" % "0.8"
[org.dapacode.tree4j/tree4j "0.8"]