License |
License |
---|---|
GroupId | GroupIdorg.apache.tika |
ArtifactId | ArtifactIdtika-fetcher-http |
Last Version | Last Version2.4.1 |
Release Date | Release Date |
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.4.1.pom | |
tika-fetcher-http-2.4.1.jar | 3 MB |
tika-fetcher-http-2.4.1-tests.jar | 10 KB |
tika-fetcher-http-2.4.1-sources.jar | 9 KB |
tika-fetcher-http-2.4.1-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.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tika/tika-fetcher-http/
implementation 'org.apache.tika:tika-fetcher-http:2.4.1'
// https://jarcasting.com/artifacts/org.apache.tika/tika-fetcher-http/
implementation ("org.apache.tika:tika-fetcher-http:2.4.1")
'org.apache.tika:tika-fetcher-http:jar:2.4.1'
<dependency org="org.apache.tika" name="tika-fetcher-http" rev="2.4.1">
<artifact name="tika-fetcher-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tika', module='tika-fetcher-http', version='2.4.1')
)
libraryDependencies += "org.apache.tika" % "tika-fetcher-http" % "2.4.1"
[org.apache.tika/tika-fetcher-http "2.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tika : tika-httpclient-commons | jar | 2.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.2 |
org.apache.tika : tika-core | jar | 2.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tika : tika-core | test-jar | 2.4.1 |
org.mockito : mockito-core | jar | 4.6.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.9.0-M1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.9.0-M1 |