GroupId | GroupIdorg.icij.extract |
---|---|
ArtifactId | ArtifactIdextract |
Version | Version2.1.5 |
Type | Typepom |
Filename | Size |
---|---|
extract-2.1.5.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.icij.extract/extract/ -->
<dependency>
<groupId>org.icij.extract</groupId>
<artifactId>extract</artifactId>
<version>2.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.icij.extract/extract/
implementation 'org.icij.extract:extract:2.1.5'
// https://jarcasting.com/artifacts/org.icij.extract/extract/
implementation ("org.icij.extract:extract:2.1.5")
'org.icij.extract:extract:pom:2.1.5'
<dependency org="org.icij.extract" name="extract" rev="2.1.5">
<artifact name="extract" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.icij.extract', module='extract', version='2.1.5')
)
libraryDependencies += "org.icij.extract" % "extract" % "2.1.5"
[org.icij.extract/extract "2.1.5"]