| License |
License |
|---|---|
| GroupId | GroupIdorg.icij.extract |
| ArtifactId | ArtifactIdextract |
| Last Version | Last Version3.9.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionICIJ Extract
A cross-platform command line tool for parallelised content extraction and analysis.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| extract-3.9.4.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.icij.extract/extract/ -->
<dependency>
<groupId>org.icij.extract</groupId>
<artifactId>extract</artifactId>
<version>3.9.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.icij.extract/extract/
implementation 'org.icij.extract:extract:3.9.4'
// https://jarcasting.com/artifacts/org.icij.extract/extract/
implementation ("org.icij.extract:extract:3.9.4")
'org.icij.extract:extract:pom:3.9.4'
<dependency org="org.icij.extract" name="extract" rev="3.9.4">
<artifact name="extract" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.icij.extract', module='extract', version='3.9.4')
)
libraryDependencies += "org.icij.extract" % "extract" % "3.9.4"
[org.icij.extract/extract "3.9.4"]