文件下载
文件名 操作
n-cube-2.7.5.jar 下载
n-cube-2.7.5.pom 下载
n-cube-2.7.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.cedarsoftware</groupId>
  <artifactId>n-cube</artifactId>
  <version>2.7.5</version>
</dependency>
Gradle Groovy
implementation 'com.cedarsoftware:n-cube:2.7.5'
Gradle Kotlin
implementation("com.cedarsoftware:n-cube:2.7.5")
Scala SBT
libraryDependencies += "com.cedarsoftware" % "n-cube" % "2.7.5"
Groovy Grape
@Grapes(
  @Grab(group='com.cedarsoftware', module='n-cube', version='2.7.5')
)
Apache Ivy
<dependency org="com.cedarsoftware" name="n-cube" rev="2.7.5" />
Leiningen
[com.cedarsoftware/n-cube "2.7.5"]
Apache Buildr
'com.cedarsoftware:n-cube:jar:2.7.5'