| GroupId | GroupIdorg.textmining |
|---|---|
| ArtifactId | ArtifactIdtm-extractors |
| Last Version | Last Version0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTextMining extractors
Java API to extract Microsoft Word documents
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| tm-extractors-0.4.pom | |
| tm-extractors-0.4.jar | 225 KB |
| tm-extractors-0.4-sources.jar | 11 KB |
| tm-extractors-0.4-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.textmining/tm-extractors/ -->
<dependency>
<groupId>org.textmining</groupId>
<artifactId>tm-extractors</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.textmining/tm-extractors/
implementation 'org.textmining:tm-extractors:0.4'
// https://jarcasting.com/artifacts/org.textmining/tm-extractors/
implementation ("org.textmining:tm-extractors:0.4")
'org.textmining:tm-extractors:jar:0.4'
<dependency org="org.textmining" name="tm-extractors" rev="0.4">
<artifact name="tm-extractors" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.textmining', module='tm-extractors', version='0.4')
)
libraryDependencies += "org.textmining" % "tm-extractors" % "0.4"
[org.textmining/tm-extractors "0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| poi : poi | jar | 2.5.1 |