is not current version
Last Version 5.1.0

com.cedarsoftware:n-cube 2.0.0

N-Cube Engine

GroupId

GroupId

com.cedarsoftware
ArtifactId

ArtifactId

n-cube
Version

Version

2.0.0
Type

Type

jar

Download n-cube 2.0.0


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