GroupId | GroupIdcom.github.pemistahl |
---|---|
ArtifactId | ArtifactIdlingua |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
lingua-0.2.2.pom | |
lingua-0.2.2.jar | 9 MB |
lingua-0.2.2-with-dependencies.jar | 13 MB |
lingua-0.2.2-sources.jar | 17 KB |
lingua-0.2.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pemistahl/lingua/ -->
<dependency>
<groupId>com.github.pemistahl</groupId>
<artifactId>lingua</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pemistahl/lingua/
implementation 'com.github.pemistahl:lingua:0.2.2'
// https://jarcasting.com/artifacts/com.github.pemistahl/lingua/
implementation ("com.github.pemistahl:lingua:0.2.2")
'com.github.pemistahl:lingua:jar:0.2.2'
<dependency org="com.github.pemistahl" name="lingua" rev="0.2.2">
<artifact name="lingua" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pemistahl', module='lingua', version='0.2.2')
)
libraryDependencies += "com.github.pemistahl" % "lingua" % "0.2.2"
[com.github.pemistahl/lingua "0.2.2"]