License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.tika |
ArtifactId | ArtifactIdtika-httpclient-commons |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionApache Tika httpclient commons
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 |
<!-- https://jarcasting.com/artifacts/org.apache.tika/tika-httpclient-commons/ -->
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-httpclient-commons</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tika/tika-httpclient-commons/
implementation 'org.apache.tika:tika-httpclient-commons:2.0.0'
// https://jarcasting.com/artifacts/org.apache.tika/tika-httpclient-commons/
implementation ("org.apache.tika:tika-httpclient-commons:2.0.0")
'org.apache.tika:tika-httpclient-commons:jar:2.0.0'
<dependency org="org.apache.tika" name="tika-httpclient-commons" rev="2.0.0">
<artifact name="tika-httpclient-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tika', module='tika-httpclient-commons', version='2.0.0')
)
libraryDependencies += "org.apache.tika" % "tika-httpclient-commons" % "2.0.0"
[org.apache.tika/tika-httpclient-commons "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tika : tika-core | jar | 2.0.0 |