| License |
License |
|---|---|
| GroupId | GroupIdcom.brettonw |
| ArtifactId | ArtifactIdclustering |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionClustering
Clustering is a Java library for identifying similar data in n-dimensional spaces.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| clustering-1.0.2.pom | |
| clustering-1.0.2.jar | 22 KB |
| clustering-1.0.2-sources.jar | 13 KB |
| clustering-1.0.2-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw/clustering/ -->
<dependency>
<groupId>com.brettonw</groupId>
<artifactId>clustering</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw/clustering/
implementation 'com.brettonw:clustering:1.0.2'
// https://jarcasting.com/artifacts/com.brettonw/clustering/
implementation ("com.brettonw:clustering:1.0.2")
'com.brettonw:clustering:jar:1.0.2'
<dependency org="com.brettonw" name="clustering" rev="1.0.2">
<artifact name="clustering" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw', module='clustering', version='1.0.2')
)
libraryDependencies += "com.brettonw" % "clustering" % "1.0.2"
[com.brettonw/clustering "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.brettonw.bedrock : bag | jar | RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | RELEASE |
| org.apache.logging.log4j : log4j-core | jar | RELEASE |