Files download
File Operation
n-cube-3.4.88.jar download
n-cube-3.4.88.pom download
n-cube-3.4.88-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cedarsoftware</groupId>
  <artifactId>n-cube</artifactId>
  <version>3.4.88</version>
</dependency>
Gradle Groovy
implementation 'com.cedarsoftware:n-cube:3.4.88'
Gradle Kotlin
implementation("com.cedarsoftware:n-cube:3.4.88")
Scala SBT
libraryDependencies += "com.cedarsoftware" % "n-cube" % "3.4.88"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoftware', module='n-cube', version='3.4.88')
)
Apache Ivy
<dependency org="com.cedarsoftware" name="n-cube" rev="3.4.88" />
Leiningen
[com.cedarsoftware/n-cube "3.4.88"]
Apache Buildr
'com.cedarsoftware:n-cube:jar:3.4.88'