| GroupId | GroupIdcom.googlecode.clearnlp |
|---|---|
| ArtifactId | ArtifactIdclearnlp |
| Version | Version1.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| clearnlp-1.3.0.pom | |
| clearnlp-1.3.0.jar | 496 KB |
| clearnlp-1.3.0-sources.jar | 387 KB |
| clearnlp-1.3.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.clearnlp/clearnlp/ -->
<dependency>
<groupId>com.googlecode.clearnlp</groupId>
<artifactId>clearnlp</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.clearnlp/clearnlp/
implementation 'com.googlecode.clearnlp:clearnlp:1.3.0'
// https://jarcasting.com/artifacts/com.googlecode.clearnlp/clearnlp/
implementation ("com.googlecode.clearnlp:clearnlp:1.3.0")
'com.googlecode.clearnlp:clearnlp:jar:1.3.0'
<dependency org="com.googlecode.clearnlp" name="clearnlp" rev="1.3.0">
<artifact name="clearnlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.clearnlp', module='clearnlp', version='1.3.0')
)
libraryDependencies += "com.googlecode.clearnlp" % "clearnlp" % "1.3.0"
[com.googlecode.clearnlp/clearnlp "1.3.0"]