| Группа | Группаorg.cleartk |
|---|---|
| Идентификатор | Идентификаторcleartk-opennlp-tools |
| Версия | Версия0.10.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| cleartk-opennlp-tools-0.10.1.pom | |
| cleartk-opennlp-tools-0.10.1.jar | 40 MB |
| cleartk-opennlp-tools-0.10.1-sources.jar | 40 MB |
| cleartk-opennlp-tools-0.10.1-javadoc.jar | 91 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.cleartk/cleartk-opennlp-tools/ -->
<dependency>
<groupId>org.cleartk</groupId>
<artifactId>cleartk-opennlp-tools</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.cleartk/cleartk-opennlp-tools/
implementation 'org.cleartk:cleartk-opennlp-tools:0.10.1'
// https://jarcasting.com/artifacts/org.cleartk/cleartk-opennlp-tools/
implementation ("org.cleartk:cleartk-opennlp-tools:0.10.1")
'org.cleartk:cleartk-opennlp-tools:jar:0.10.1'
<dependency org="org.cleartk" name="cleartk-opennlp-tools" rev="0.10.1">
<artifact name="cleartk-opennlp-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cleartk', module='cleartk-opennlp-tools', version='0.10.1')
)
libraryDependencies += "org.cleartk" % "cleartk-opennlp-tools" % "0.10.1"
[org.cleartk/cleartk-opennlp-tools "0.10.1"]