License |
License |
---|---|
GroupId | GroupIdcom.github.rutledgepaulv |
ArtifactId | ArtifactIdprune |
Version | Version1.3 |
Type | Typejar |
Description |
Descriptionprune
A zero-nonsense tree library for Java 8.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
prune-1.3.pom | |
prune-1.3.jar | 16 KB |
prune-1.3-sources.jar | 8 KB |
prune-1.3-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rutledgepaulv/prune/ -->
<dependency>
<groupId>com.github.rutledgepaulv</groupId>
<artifactId>prune</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rutledgepaulv/prune/
implementation 'com.github.rutledgepaulv:prune:1.3'
// https://jarcasting.com/artifacts/com.github.rutledgepaulv/prune/
implementation ("com.github.rutledgepaulv:prune:1.3")
'com.github.rutledgepaulv:prune:jar:1.3'
<dependency org="com.github.rutledgepaulv" name="prune" rev="1.3">
<artifact name="prune" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rutledgepaulv', module='prune', version='1.3')
)
libraryDependencies += "com.github.rutledgepaulv" % "prune" % "1.3"
[com.github.rutledgepaulv/prune "1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |