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