is not current version
Last Version 2.8.0

org.nlpub:watset 2.2.7

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

GroupId

GroupId

org.nlpub
ArtifactId

ArtifactId

watset
Version

Version

2.2.7
Type

Type

jar

Download watset 2.2.7


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