GroupId | GroupIdcom.github.rutledgepaulv |
---|---|
ArtifactId | ArtifactIdprune |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
prune-1.1.pom | |
prune-1.1.jar | 10 KB |
prune-1.1-sources.jar | 5 KB |
prune-1.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rutledgepaulv/prune/ -->
<dependency>
<groupId>com.github.rutledgepaulv</groupId>
<artifactId>prune</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rutledgepaulv/prune/
implementation 'com.github.rutledgepaulv:prune:1.1'
// https://jarcasting.com/artifacts/com.github.rutledgepaulv/prune/
implementation ("com.github.rutledgepaulv:prune:1.1")
'com.github.rutledgepaulv:prune:jar:1.1'
<dependency org="com.github.rutledgepaulv" name="prune" rev="1.1">
<artifact name="prune" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rutledgepaulv', module='prune', version='1.1')
)
libraryDependencies += "com.github.rutledgepaulv" % "prune" % "1.1"
[com.github.rutledgepaulv/prune "1.1"]