License |
License |
---|---|
GroupId | GroupIdorg.apache.opennlp |
ArtifactId | ArtifactIdopennlp-docs |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
opennlp-docs-2.0.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.opennlp/opennlp-docs/ -->
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-docs</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.opennlp/opennlp-docs/
implementation 'org.apache.opennlp:opennlp-docs:2.0.0'
// https://jarcasting.com/artifacts/org.apache.opennlp/opennlp-docs/
implementation ("org.apache.opennlp:opennlp-docs:2.0.0")
'org.apache.opennlp:opennlp-docs:pom:2.0.0'
<dependency org="org.apache.opennlp" name="opennlp-docs" rev="2.0.0">
<artifact name="opennlp-docs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.opennlp', module='opennlp-docs', version='2.0.0')
)
libraryDependencies += "org.apache.opennlp" % "opennlp-docs" % "2.0.0"
[org.apache.opennlp/opennlp-docs "2.0.0"]