grails-tika
A plugin for using Apache Tika in Grails/Micronaut projects
Based on the Grails 2 plugin by @dewarim found at https://github.com/dewarim/tikaParser
License |
License |
---|---|
Categories |
CategoriesGrails User Interface Web Frameworks |
GroupId | GroupIdai.stainless |
ArtifactId | ArtifactIdgrails-tika |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongrails-tika
Provides Tika libraries and services for Grails 4+ apps
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
grails-tika-0.1.0.pom | |
grails-tika-0.1.0.jar | 30 KB |
grails-tika-0.1.0-sources.jar | 22 KB |
grails-tika-0.1.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.stainless/grails-tika/ -->
<dependency>
<groupId>ai.stainless</groupId>
<artifactId>grails-tika</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.stainless/grails-tika/
implementation 'ai.stainless:grails-tika:0.1.0'
// https://jarcasting.com/artifacts/ai.stainless/grails-tika/
implementation ("ai.stainless:grails-tika:0.1.0")
'ai.stainless:grails-tika:jar:0.1.0'
<dependency org="ai.stainless" name="grails-tika" rev="0.1.0">
<artifact name="grails-tika" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.stainless', module='grails-tika', version='0.1.0')
)
libraryDependencies += "ai.stainless" % "grails-tika" % "0.1.0"
[ai.stainless/grails-tika "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-logging | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.grails : grails-core | jar | |
org.apache.tika : tika-parsers | jar | 1.22 |
A plugin for using Apache Tika in Grails/Micronaut projects
Based on the Grails 2 plugin by @dewarim found at https://github.com/dewarim/tikaParser