is not current version
Last Version 3.0.0

info.kfgodel:nary 2.0.8

Small project that captures the concept of N-Ary an element that can reference 0, 1 or N elements

GroupId

GroupId

info.kfgodel
ArtifactId

ArtifactId

nary
Version

Version

2.0.8
Type

Type

jar

Download nary 2.0.8


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