is not current version
Last Version 2.8.0

org.nlpub:watset 2.1.5

An open source implementation of the Watset algorithm for fuzzy graph clustering.

GroupId

GroupId

org.nlpub
ArtifactId

ArtifactId

watset
Version

Version

2.1.5
Type

Type

jar

Download watset 2.1.5


<!-- https://jarcasting.com/artifacts/org.nlpub/watset/ -->
<dependency>
    <groupId>org.nlpub</groupId>
    <artifactId>watset</artifactId>
    <version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.nlpub/watset/
implementation 'org.nlpub:watset:2.1.5'
// https://jarcasting.com/artifacts/org.nlpub/watset/
implementation ("org.nlpub:watset:2.1.5")
'org.nlpub:watset:jar:2.1.5'
<dependency org="org.nlpub" name="watset" rev="2.1.5">
  <artifact name="watset" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nlpub', module='watset', version='2.1.5')
)
libraryDependencies += "org.nlpub" % "watset" % "2.1.5"
[org.nlpub/watset "2.1.5"]