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