| License |
License |
|---|---|
| GroupId | GroupIdcom.github.kdvolder |
| ArtifactId | ArtifactIdtwo-three-tree |
| Version | Version0.0.1-RELEASE |
| Type | Typejar |
| Description |
Descriptiontwo-three-tree
Two-Three Tree implementation
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.kdvolder/two-three-tree/ -->
<dependency>
<groupId>com.github.kdvolder</groupId>
<artifactId>two-three-tree</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kdvolder/two-three-tree/
implementation 'com.github.kdvolder:two-three-tree:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.kdvolder/two-three-tree/
implementation ("com.github.kdvolder:two-three-tree:0.0.1-RELEASE")
'com.github.kdvolder:two-three-tree:jar:0.0.1-RELEASE'
<dependency org="com.github.kdvolder" name="two-three-tree" rev="0.0.1-RELEASE">
<artifact name="two-three-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kdvolder', module='two-three-tree', version='0.0.1-RELEASE')
)
libraryDependencies += "com.github.kdvolder" % "two-three-tree" % "0.0.1-RELEASE"
[com.github.kdvolder/two-three-tree "0.0.1-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.kdvolder : misc-util | jar | 0.0.1-M2 |
| com.google.guava : guava | jar | 19.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |