n

nary

Small project that captures the concept of N-Ary an element that can reference 0, 1 or N elements
https://github.com/kfgodel/nary
Apache License, Version 2.0
Dario L Garcia
文件下载
文件名 操作
nary-3.0.0.jar 下载
nary-3.0.0.pom 下载
nary-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>info.kfgodel</groupId>
  <artifactId>nary</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'info.kfgodel:nary:3.0.0'
Gradle Kotlin
implementation("info.kfgodel:nary:3.0.0")
Scala SBT
libraryDependencies += "info.kfgodel" % "nary" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='info.kfgodel', module='nary', version='3.0.0')
)
Apache Ivy
<dependency org="info.kfgodel" name="nary" rev="3.0.0" />
Leiningen
[info.kfgodel/nary "3.0.0"]
Apache Buildr
'info.kfgodel:nary:jar:3.0.0'