GroupId | GroupIdcom.googlecode.clearnlp |
---|---|
ArtifactId | ArtifactIdclearnlp |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
clearnlp-1.2.2.pom | |
clearnlp-1.2.2.jar | 456 KB |
clearnlp-1.2.2-sources.jar | 363 KB |
clearnlp-1.2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.clearnlp/clearnlp/
implementation 'com.googlecode.clearnlp:clearnlp:1.2.2'
// https://jarcasting.com/artifacts/com.googlecode.clearnlp/clearnlp/
implementation ("com.googlecode.clearnlp:clearnlp:1.2.2")
'com.googlecode.clearnlp:clearnlp:jar:1.2.2'
<dependency org="com.googlecode.clearnlp" name="clearnlp" rev="1.2.2">
<artifact name="clearnlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.clearnlp', module='clearnlp', version='1.2.2')
)
libraryDependencies += "com.googlecode.clearnlp" % "clearnlp" % "1.2.2"
[com.googlecode.clearnlp/clearnlp "1.2.2"]