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