License |
License |
---|---|
GroupId | GroupIdcom.bericotech |
ArtifactId | ArtifactIdclavin |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCLAVIN
CLAVIN (Cartographic Location And Vicinity INdexer)
is an open source software package for geographic entity resolution
from text.
|
Project Organization |
Project OrganizationBerico Technologies |
Filename | Size |
---|---|
clavin-2.1.0.pom | |
clavin-2.1.0.jar | 5 MB |
clavin-2.1.0-sources.jar | 5 MB |
clavin-2.1.0-javadoc.jar | 176 KB |
clavin-2.1.0-jar-with-dependencies.jar | 11 MB |
clavin-2.1.0-bin.zip | 22 MB |
clavin-2.1.0-bin.tar.gz | 21 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bericotech/clavin/ -->
<dependency>
<groupId>com.bericotech</groupId>
<artifactId>clavin</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bericotech/clavin/
implementation 'com.bericotech:clavin:2.1.0'
// https://jarcasting.com/artifacts/com.bericotech/clavin/
implementation ("com.bericotech:clavin:2.1.0")
'com.bericotech:clavin:jar:2.1.0'
<dependency org="com.bericotech" name="clavin" rev="2.1.0">
<artifact name="clavin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bericotech', module='clavin', version='2.1.0')
)
libraryDependencies += "com.bericotech" % "clavin" % "2.1.0"
[com.bericotech/clavin "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.lucene : lucene-core | jar | 4.9.0 |
org.apache.lucene : lucene-analyzers-common | jar | 4.9.0 |
org.apache.lucene : lucene-queryparser | jar | 4.9.0 |
commons-io : commons-io | jar | 2.4 |
commons-cli : commons-cli | jar | 1.2 |
commons-lang : commons-lang | jar | 2.6 |
org.slf4j : slf4j-api | jar | 1.7.7 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.apache.opennlp : opennlp-tools | jar | 1.5.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |