is not current version
Last Version 2.6.0

org.jscsi:pom 2.5

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

Type

jar

Download pom 2.5

Filename Size
pom-2.5.pom 13 KB
pom-2.5-tests.jar 3 KB
Browse

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