n

n-cube

Multi-dimensional Configuration Engine
https://github.com/jdereg/n-cube
License.txt" target="_blank" title="License">The Apache License, Version 2.0
John DeRegnaucourt
Files download
File Operation
n-cube-5.6.9.jar download
n-cube-5.6.9.pom download
n-cube-5.6.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cedarsoftware</groupId>
  <artifactId>n-cube</artifactId>
  <version>5.6.9</version>
</dependency>
Gradle Groovy
implementation 'com.cedarsoftware:n-cube:5.6.9'
Gradle Kotlin
implementation("com.cedarsoftware:n-cube:5.6.9")
Scala SBT
libraryDependencies += "com.cedarsoftware" % "n-cube" % "5.6.9"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoftware', module='n-cube', version='5.6.9')
)
Apache Ivy
<dependency org="com.cedarsoftware" name="n-cube" rev="5.6.9" />
Leiningen
[com.cedarsoftware/n-cube "5.6.9"]
Apache Buildr
'com.cedarsoftware:n-cube:jar:5.6.9'