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