License |
License |
---|---|
GroupId | GroupIdorg.jscsi |
ArtifactId | ArtifactIdcommons |
Version | Version2.6.0 |
Type | Typejar |
Description |
Descriptionorg.jscsi:commons
jSCSI is a feature-complete iSCSI implementation in Java only. Platform-independent and fast, jSCSI
represents a premium example how low-level protocols can be pushed to higher levels. jSCSI contains a server
(target), a client (initiator) and common classes to work with the protocol.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-2.6.0.pom | |
commons-2.6.0.jar | 135 KB |
commons-2.6.0-tests.jar | 57 KB |
commons-2.6.0-test-sources.jar | 70 KB |
commons-2.6.0-test-javadoc.jar | 224 KB |
commons-2.6.0-sources.jar | 211 KB |
commons-2.6.0-javadoc.jar | 570 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jscsi/commons/ -->
<dependency>
<groupId>org.jscsi</groupId>
<artifactId>commons</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jscsi/commons/
implementation 'org.jscsi:commons:2.6.0'
// https://jarcasting.com/artifacts/org.jscsi/commons/
implementation ("org.jscsi:commons:2.6.0")
'org.jscsi:commons:jar:2.6.0'
<dependency org="org.jscsi" name="commons" rev="2.6.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jscsi', module='commons', version='2.6.0')
)
libraryDependencies += "org.jscsi" % "commons" % "2.6.0"
[org.jscsi/commons "2.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.2 |
ch.qos.logback : logback-core | jar | 1.0.10 |
ch.qos.logback : logback-classic | jar | 1.0.10 |
com.google.guava : guava | jar | 17.0 |
org.aspectj : aspectjrt | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8 |
org.perfidix : perfidix | jar | 3.6.9 |
org.mockito : mockito-core | jar | 1.9.5 |