Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.kotlinnlp |
ArtifactId | ArtifactIdhanclassifier |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
hanclassifier-0.4.0.pom | |
hanclassifier-0.4.0.jar | 32 KB |
hanclassifier-0.4.0-sources.jar | 13 KB |
hanclassifier-0.4.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kotlinnlp/hanclassifier/ -->
<dependency>
<groupId>com.kotlinnlp</groupId>
<artifactId>hanclassifier</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinnlp/hanclassifier/
implementation 'com.kotlinnlp:hanclassifier:0.4.0'
// https://jarcasting.com/artifacts/com.kotlinnlp/hanclassifier/
implementation ("com.kotlinnlp:hanclassifier:0.4.0")
'com.kotlinnlp:hanclassifier:jar:0.4.0'
<dependency org="com.kotlinnlp" name="hanclassifier" rev="0.4.0">
<artifact name="hanclassifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinnlp', module='hanclassifier', version='0.4.0')
)
libraryDependencies += "com.kotlinnlp" % "hanclassifier" % "0.4.0"
[com.kotlinnlp/hanclassifier "0.4.0"]