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