License |
License |
---|---|
GroupId | GroupIdorg.fuzzydb |
ArtifactId | ArtifactIdorg.fuzzydb.util |
Version | Version1.1.0.RELEASE |
Type | Typejar |
Description |
DescriptionContains classes not specific to fuzzydb implementation which
could be used in any implementation of fuzzy matching, or as
general utility classes such as those in the geo package.
|
Project Organization |
Project OrganizationWhirlwind Match Limited |
<!-- https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.util/ -->
<dependency>
<groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.util</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.util/
implementation 'org.fuzzydb:org.fuzzydb.util:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.util/
implementation ("org.fuzzydb:org.fuzzydb.util:1.1.0.RELEASE")
'org.fuzzydb:org.fuzzydb.util:jar:1.1.0.RELEASE'
<dependency org="org.fuzzydb" name="org.fuzzydb.util" rev="1.1.0.RELEASE">
<artifact name="org.fuzzydb.util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fuzzydb', module='org.fuzzydb.util', version='1.1.0.RELEASE')
)
libraryDependencies += "org.fuzzydb" % "org.fuzzydb.util" % "1.1.0.RELEASE"
[org.fuzzydb/org.fuzzydb.util "1.1.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 3.1.1.RELEASE |
com.google.code.findbugs : jsr305 | jar | 2.0.0 |
org.slf4j : jcl-over-slf4j | jar | 1.6.4 |
org.slf4j : slf4j-api | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongo-java-driver | jar | 2.9.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep Optional | jar | 4.10 |
org.mockito : mockito-core | jar | 1.9.0 |