License |
License |
---|---|
GroupId | GroupIdorg.apache.tika |
ArtifactId | ArtifactIdtika-parsers-ml |
Version | Version2.2.1 |
Type | Typepom |
Description |
DescriptionApache Tika machine learning (ml) parsers
Apache Tika is a toolkit for detecting and extracting metadata and
structured text content from various documents using existing parser
libraries.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
tika-parsers-ml-2.2.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tika/tika-parsers-ml/ -->
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers-ml</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tika/tika-parsers-ml/
implementation 'org.apache.tika:tika-parsers-ml:2.2.1'
// https://jarcasting.com/artifacts/org.apache.tika/tika-parsers-ml/
implementation ("org.apache.tika:tika-parsers-ml:2.2.1")
'org.apache.tika:tika-parsers-ml:pom:2.2.1'
<dependency org="org.apache.tika" name="tika-parsers-ml" rev="2.2.1">
<artifact name="tika-parsers-ml" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.tika', module='tika-parsers-ml', version='2.2.1')
)
libraryDependencies += "org.apache.tika" % "tika-parsers-ml" % "2.2.1"
[org.apache.tika/tika-parsers-ml "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tika : tika-core | jar | 2.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.apache.tika : tika-core | test-jar | 2.2.1 |