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