GroupId | GroupIdorg.jscsi |
---|---|
ArtifactId | ArtifactIdpom |
Version | Version2.5 |
Type | Typejar |
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"]