is not current version
Last Version 0.7

org.chalup.thneed:thneed 0.2

A library for defining the traversable hierarchy of data models.

GroupId

GroupId

org.chalup.thneed
ArtifactId

ArtifactId

thneed
Version

Version

0.2
Type

Type

jar

Download thneed 0.2


<!-- https://jarcasting.com/artifacts/org.chalup.thneed/thneed/ -->
<dependency>
    <groupId>org.chalup.thneed</groupId>
    <artifactId>thneed</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.chalup.thneed/thneed/
implementation 'org.chalup.thneed:thneed:0.2'
// https://jarcasting.com/artifacts/org.chalup.thneed/thneed/
implementation ("org.chalup.thneed:thneed:0.2")
'org.chalup.thneed:thneed:jar:0.2'
<dependency org="org.chalup.thneed" name="thneed" rev="0.2">
  <artifact name="thneed" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chalup.thneed', module='thneed', version='0.2')
)
libraryDependencies += "org.chalup.thneed" % "thneed" % "0.2"
[org.chalup.thneed/thneed "0.2"]