License |
License |
---|---|
GroupId | GroupIdcom.github.born2snipe |
ArtifactId | ArtifactIdval-tree |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionval-tree
A Java LibGdx implementation of the ValTree file spec defined by https://github.com/NatWeiss/ValTree
|
Project URL |
Project URL |
Filename | Size |
---|---|
val-tree-0.2.pom | |
val-tree-0.2.jar | 15 KB |
val-tree-0.2-sources.jar | 7 KB |
val-tree-0.2-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.born2snipe/val-tree/ -->
<dependency>
<groupId>com.github.born2snipe</groupId>
<artifactId>val-tree</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.born2snipe/val-tree/
implementation 'com.github.born2snipe:val-tree:0.2'
// https://jarcasting.com/artifacts/com.github.born2snipe/val-tree/
implementation ("com.github.born2snipe:val-tree:0.2")
'com.github.born2snipe:val-tree:jar:0.2'
<dependency org="com.github.born2snipe" name="val-tree" rev="0.2">
<artifact name="val-tree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.born2snipe', module='val-tree', version='0.2')
)
libraryDependencies += "com.github.born2snipe" % "val-tree" % "0.2"
[com.github.born2snipe/val-tree "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.badlogicgames.gdx : gdx | jar | 1.7.1 |
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.4 |
junit : junit | jar | 4.12 |