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