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