License |
License |
---|---|
GroupId | GroupIdorg.treetank |
ArtifactId | ArtifactIdiscsi |
Last Version | Last Version6.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptioniSCSI 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.
|
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |