License |
License |
---|---|
GroupId | GroupIdorg.apache.tika |
ArtifactId | ArtifactIdtika-fetcher-http |
Version | Version2.2.1 |
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.2.1.pom | |
tika-fetcher-http-2.2.1.jar | 1 MB |
tika-fetcher-http-2.2.1-tests.jar | 10 KB |
tika-fetcher-http-2.2.1-sources.jar | 12 KB |
tika-fetcher-http-2.2.1-javadoc.jar | 31 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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tika/tika-fetcher-http/
implementation 'org.apache.tika:tika-fetcher-http:2.2.1'
// https://jarcasting.com/artifacts/org.apache.tika/tika-fetcher-http/
implementation ("org.apache.tika:tika-fetcher-http:2.2.1")
'org.apache.tika:tika-fetcher-http:jar:2.2.1'
<dependency org="org.apache.tika" name="tika-fetcher-http" rev="2.2.1">
<artifact name="tika-fetcher-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tika', module='tika-fetcher-http', version='2.2.1')
)
libraryDependencies += "org.apache.tika" % "tika-fetcher-http" % "2.2.1"
[org.apache.tika/tika-fetcher-http "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tika : tika-httpclient-commons | jar | 2.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.0 |
org.apache.tika : tika-core | jar | 2.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tika : tika-core | test-jar | 2.2.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |