| License |
License |
|---|---|
| GroupId | GroupIdorg.nqcx |
| ArtifactId | ArtifactIdnqcx-tree |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionnqcx-tree
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| nqcx-tree-1.0.0.pom | |
| nqcx-tree-1.0.0.jar | 9 KB |
| nqcx-tree-1.0.0-sources.jar | 6 KB |
| nqcx-tree-1.0.0-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.nqcx/nqcx-tree/ -->
<dependency>
<groupId>org.nqcx</groupId>
<artifactId>nqcx-tree</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nqcx/nqcx-tree/
implementation 'org.nqcx:nqcx-tree:1.0.0'
// https://jarcasting.com/artifacts/org.nqcx/nqcx-tree/
implementation ("org.nqcx:nqcx-tree:1.0.0")
'org.nqcx:nqcx-tree:jar:1.0.0'
<dependency org="org.nqcx" name="nqcx-tree" rev="1.0.0">
<artifact name="nqcx-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nqcx', module='nqcx-tree', version='1.0.0')
)
libraryDependencies += "org.nqcx" % "nqcx-tree" % "1.0.0"
[org.nqcx/nqcx-tree "1.0.0"]