License |
License |
---|---|
GroupId | GroupIdorg.apache.tika |
ArtifactId | ArtifactIdtika-fetcher-http |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionApache Tika http fetcher
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-fetcher-http-2.0.0.pom | |
tika-fetcher-http-2.0.0.jar | 3 MB |
tika-fetcher-http-2.0.0-tests.jar | 10 KB |
tika-fetcher-http-2.0.0-sources.jar | 9 KB |
tika-fetcher-http-2.0.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tika/tika-fetcher-http/ -->
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-fetcher-http</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tika/tika-fetcher-http/
implementation 'org.apache.tika:tika-fetcher-http:2.0.0'
// https://jarcasting.com/artifacts/org.apache.tika/tika-fetcher-http/
implementation ("org.apache.tika:tika-fetcher-http:2.0.0")
'org.apache.tika:tika-fetcher-http:jar:2.0.0'
<dependency org="org.apache.tika" name="tika-fetcher-http" rev="2.0.0">
<artifact name="tika-fetcher-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tika', module='tika-fetcher-http', version='2.0.0')
)
libraryDependencies += "org.apache.tika" % "tika-fetcher-http" % "2.0.0"
[org.apache.tika/tika-fetcher-http "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
org.apache.tika : tika-httpclient-commons | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tika : tika-core | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |