<dependency> <groupId>com.cedarsoftware</groupId> <artifactId>n-cube</artifactId> <version>2.0.0</version> </dependency>
implementation 'com.cedarsoftware:n-cube:2.0.0'
implementation("com.cedarsoftware:n-cube:2.0.0")
libraryDependencies += "com.cedarsoftware" % "n-cube" % "2.0.0"
@Grapes( @Grab(group='com.cedarsoftware', module='n-cube', version='2.0.0') )
<dependency org="com.cedarsoftware" name="n-cube" rev="2.0.0" />
[com.cedarsoftware/n-cube "2.0.0"]
'com.cedarsoftware:n-cube:jar:2.0.0'
compile
|-- org.codehaus.groovy:groovy:2.2.1
|-- org.codehaus.groovy:groovy-templates:2.2.1
|-- org.codehaus.groovy:groovy-xml:2.2.1
|-- commons-logging:commons-logging:1.1.3
|-- com.cedarsoftware:json-io:2.4.0
|-- com.cedarsoftware:java-util:1.7.0
test
|-- org.hsqldb:hsqldb:2.3.1
|-- junit:junit:4.11