GroupId | GroupIdcom.eatthepath |
---|---|
ArtifactId | ArtifactIdjvptree |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
jvptree-0.1.pom | |
jvptree-0.1.jar | 16 KB |
jvptree-0.1-sources.jar | 16 KB |
jvptree-0.1-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eatthepath/jvptree/ -->
<dependency>
<groupId>com.eatthepath</groupId>
<artifactId>jvptree</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.eatthepath/jvptree/
implementation 'com.eatthepath:jvptree:0.1'
// https://jarcasting.com/artifacts/com.eatthepath/jvptree/
implementation ("com.eatthepath:jvptree:0.1")
'com.eatthepath:jvptree:jar:0.1'
<dependency org="com.eatthepath" name="jvptree" rev="0.1">
<artifact name="jvptree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eatthepath', module='jvptree', version='0.1')
)
libraryDependencies += "com.eatthepath" % "jvptree" % "0.1"
[com.eatthepath/jvptree "0.1"]