is not current version
Last Version 2.6.0

org.jscsi:pom 2.4

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.4
Type

Type

jar

Download pom 2.4

Filename Size
pom-2.4.pom 9 KB
pom-2.4-tests.jar 3 KB
Browse

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