License |
License |
---|---|
GroupId | GroupIdorg.nlpub |
ArtifactId | ArtifactIdwatset |
Last Version | Last Version2.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWatset
An open source implementation of the Watset algorithm for fuzzy graph clustering.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
watset-2.8.0.pom | |
watset-2.8.0.jar | 111 KB |
watset-2.8.0-sources.jar | 70 KB |
watset-2.8.0-javadoc.jar | 750 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nlpub/watset/ -->
<dependency>
<groupId>org.nlpub</groupId>
<artifactId>watset</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nlpub/watset/
implementation 'org.nlpub:watset:2.8.0'
// https://jarcasting.com/artifacts/org.nlpub/watset/
implementation ("org.nlpub:watset:2.8.0")
'org.nlpub:watset:jar:2.8.0'
<dependency org="org.nlpub" name="watset" rev="2.8.0">
<artifact name="watset" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nlpub', module='watset', version='2.8.0')
)
libraryDependencies += "org.nlpub" % "watset" % "2.8.0"
[org.nlpub/watset "2.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jgrapht : jgrapht-core | jar | 1.5.1 |
org.apache.commons : commons-math3 | jar | 3.6.1 |
com.beust : jcommander Optional | jar | 1.82 |
net.razorvine : pickle Optional | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |