| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.opennlp |
| Идентификатор | Идентификаторopennlp-docs |
| Версия | Версия1.9.4 |
| Тип | Типpom |
| Описание |
ОписаниеApache OpenNLP Documentation
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| opennlp-docs-1.9.4.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.opennlp/opennlp-docs/ -->
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-docs</artifactId>
<version>1.9.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.opennlp/opennlp-docs/
implementation 'org.apache.opennlp:opennlp-docs:1.9.4'
// https://jarcasting.com/artifacts/org.apache.opennlp/opennlp-docs/
implementation ("org.apache.opennlp:opennlp-docs:1.9.4")
'org.apache.opennlp:opennlp-docs:pom:1.9.4'
<dependency org="org.apache.opennlp" name="opennlp-docs" rev="1.9.4">
<artifact name="opennlp-docs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.opennlp', module='opennlp-docs', version='1.9.4')
)
libraryDependencies += "org.apache.opennlp" % "opennlp-docs" % "1.9.4"
[org.apache.opennlp/opennlp-docs "1.9.4"]