| Группа | Группаcom.cedarsoftware |
|---|---|
| Идентификатор | Идентификаторn-cube |
| Версия | Версия3.5.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| n-cube-3.5.1.pom | |
| n-cube-3.5.1.jar | 441 KB |
| n-cube-3.5.1-sources.jar | 189 KB |
| n-cube-3.5.1-javadoc.jar | 394 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cedarsoftware/n-cube/ -->
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>n-cube</artifactId>
<version>3.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoftware/n-cube/
implementation 'com.cedarsoftware:n-cube:3.5.1'
// https://jarcasting.com/artifacts/com.cedarsoftware/n-cube/
implementation ("com.cedarsoftware:n-cube:3.5.1")
'com.cedarsoftware:n-cube:jar:3.5.1'
<dependency org="com.cedarsoftware" name="n-cube" rev="3.5.1">
<artifact name="n-cube" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoftware', module='n-cube', version='3.5.1')
)
libraryDependencies += "com.cedarsoftware" % "n-cube" % "3.5.1"
[com.cedarsoftware/n-cube "3.5.1"]