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