| GroupId | GroupIdcom.cedarsoftware |
|---|---|
| ArtifactId | ArtifactIdn-cube |
| Version | Version4.1.19 |
| Type | Typejar |
| Filename | Size |
|---|---|
| n-cube-4.1.19.pom | |
| n-cube-4.1.19.jar | 870 KB |
| n-cube-4.1.19-sources.jar | 305 KB |
| n-cube-4.1.19-jre7.jar | 857 KB |
| n-cube-4.1.19-javadoc.jar | 523 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoftware/n-cube/ -->
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>n-cube</artifactId>
<version>4.1.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoftware/n-cube/
implementation 'com.cedarsoftware:n-cube:4.1.19'
// https://jarcasting.com/artifacts/com.cedarsoftware/n-cube/
implementation ("com.cedarsoftware:n-cube:4.1.19")
'com.cedarsoftware:n-cube:jar:4.1.19'
<dependency org="com.cedarsoftware" name="n-cube" rev="4.1.19">
<artifact name="n-cube" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoftware', module='n-cube', version='4.1.19')
)
libraryDependencies += "com.cedarsoftware" % "n-cube" % "4.1.19"
[com.cedarsoftware/n-cube "4.1.19"]