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