GroupId | GroupIdcom.hankcs |
---|---|
ArtifactId | ArtifactIdhanlp |
Version | Versionportable-1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
hanlp-portable-1.2.2.pom | |
hanlp-portable-1.2.2.jar | 6 MB |
hanlp-portable-1.2.2-sources.jar | 405 KB |
hanlp-portable-1.2.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hankcs/hanlp/ -->
<dependency>
<groupId>com.hankcs</groupId>
<artifactId>hanlp</artifactId>
<version>portable-1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hankcs/hanlp/
implementation 'com.hankcs:hanlp:portable-1.2.2'
// https://jarcasting.com/artifacts/com.hankcs/hanlp/
implementation ("com.hankcs:hanlp:portable-1.2.2")
'com.hankcs:hanlp:jar:portable-1.2.2'
<dependency org="com.hankcs" name="hanlp" rev="portable-1.2.2">
<artifact name="hanlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hankcs', module='hanlp', version='portable-1.2.2')
)
libraryDependencies += "com.hankcs" % "hanlp" % "portable-1.2.2"
[com.hankcs/hanlp "portable-1.2.2"]