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