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