| GroupId | GroupIdcom.github.gv2011 |
|---|---|
| ArtifactId | ArtifactIdfiletypes-tika |
| Version | Version0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| filetypes-tika-0.7.pom | |
| filetypes-tika-0.7.jar | 6 KB |
| filetypes-tika-0.7-sources.jar | 5 KB |
| filetypes-tika-0.7-javadoc.jar | 393 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/filetypes-tika/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>filetypes-tika</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/filetypes-tika/
implementation 'com.github.gv2011:filetypes-tika:0.7'
// https://jarcasting.com/artifacts/com.github.gv2011/filetypes-tika/
implementation ("com.github.gv2011:filetypes-tika:0.7")
'com.github.gv2011:filetypes-tika:jar:0.7'
<dependency org="com.github.gv2011" name="filetypes-tika" rev="0.7">
<artifact name="filetypes-tika" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='filetypes-tika', version='0.7')
)
libraryDependencies += "com.github.gv2011" % "filetypes-tika" % "0.7"
[com.github.gv2011/filetypes-tika "0.7"]