| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdedu.emory.clir |
| ArtifactId | ArtifactIdclearnlp-dictionary |
| Last Version | Last Version3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionclearnlp-dictionary
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| clearnlp-dictionary-3.2.pom | |
| clearnlp-dictionary-3.2.jar | 503 KB |
| clearnlp-dictionary-3.2-sources.jar | 501 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.emory.clir/clearnlp-dictionary/ -->
<dependency>
<groupId>edu.emory.clir</groupId>
<artifactId>clearnlp-dictionary</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.emory.clir/clearnlp-dictionary/
implementation 'edu.emory.clir:clearnlp-dictionary:3.2'
// https://jarcasting.com/artifacts/edu.emory.clir/clearnlp-dictionary/
implementation ("edu.emory.clir:clearnlp-dictionary:3.2")
'edu.emory.clir:clearnlp-dictionary:jar:3.2'
<dependency org="edu.emory.clir" name="clearnlp-dictionary" rev="3.2">
<artifact name="clearnlp-dictionary" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.emory.clir', module='clearnlp-dictionary', version='3.2')
)
libraryDependencies += "edu.emory.clir" % "clearnlp-dictionary" % "3.2"
[edu.emory.clir/clearnlp-dictionary "3.2"]