is not current version
Last Version 2.6.0

org.jscsi:pom 2.2

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.

GroupId

GroupId

org.jscsi
ArtifactId

ArtifactId

pom
Version

Version

2.2
Type

Type

jar

Download pom 2.2

Filename Size
pom-2.2.pom 12 KB
pom-2.2-tests.jar 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jscsi/pom/ -->
<dependency>
    <groupId>org.jscsi</groupId>
    <artifactId>pom</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jscsi/pom/
implementation 'org.jscsi:pom:2.2'
// https://jarcasting.com/artifacts/org.jscsi/pom/
implementation ("org.jscsi:pom:2.2")
'org.jscsi:pom:jar:2.2'
<dependency org="org.jscsi" name="pom" rev="2.2">
  <artifact name="pom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jscsi', module='pom', version='2.2')
)
libraryDependencies += "org.jscsi" % "pom" % "2.2"
[org.jscsi/pom "2.2"]