| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.treetank |
| Идентификатор | Идентификаторiscsi |
| Последняя версия | Последняя версия6.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеiSCSI interface for Treetank
This module is an interface for scsi devices and allows them to manage their data using treetank.
Therefore data can be directly written into xml files or into the cloud depending on which
backend you want to use.
|
| Имя Файла | Размер |
|---|---|
| iscsi-6.0.1.pom | |
| iscsi-6.0.1.jar | 36 KB |
| iscsi-6.0.1-tests.jar | 14 KB |
| iscsi-6.0.1-test-sources.jar | 11 KB |
| iscsi-6.0.1-test-javadoc.jar | 73 KB |
| iscsi-6.0.1-sources.jar | 33 KB |
| iscsi-6.0.1-javadoc.jar | 112 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.treetank/iscsi/ -->
<dependency>
<groupId>org.treetank</groupId>
<artifactId>iscsi</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.treetank/iscsi/
implementation 'org.treetank:iscsi:6.0.1'
// https://jarcasting.com/artifacts/org.treetank/iscsi/
implementation ("org.treetank:iscsi:6.0.1")
'org.treetank:iscsi:jar:6.0.1'
<dependency org="org.treetank" name="iscsi" rev="6.0.1">
<artifact name="iscsi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.treetank', module='iscsi', version='6.0.1')
)
libraryDependencies += "org.treetank" % "iscsi" % "6.0.1"
[org.treetank/iscsi "6.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jscsi : target | jar | 2.5.2 |
| org.treetank : core | jar | 6.0.1 |
| org.treetank : commons | jar | 6.0.1 |
| org.osgi : org.osgi.core | jar | 4.3.0 |
| org.osgi : org.osgi.compendium | jar | 5.0.0 |
| org.apache.felix : maven-bundle-plugin | jar | 2.3.7 |
| org.testng : testng | jar | 6.8 |
| org.aspectj : aspectjrt | jar | 1.7.2 |
| org.slf4j : slf4j-api | jar | 1.7.2 |
| org.mockito : mockito-core | jar | 1.9.5 |
| com.google.inject : guice | jar | 3.0 |
| com.google.inject.extensions : guice-assistedinject | jar | 3.0 |
| com.google.guava : guava | jar | 14.0.1 |
| com.google.code.gson : gson | jar | 2.2.2 |