GroupId | GroupIdcom.brettonw |
---|---|
ArtifactId | ArtifactIdclustering |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
clustering-1.0.0.pom | |
clustering-1.0.0.jar | 22 KB |
clustering-1.0.0-sources.jar | 13 KB |
clustering-1.0.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw/clustering/ -->
<dependency>
<groupId>com.brettonw</groupId>
<artifactId>clustering</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw/clustering/
implementation 'com.brettonw:clustering:1.0.0'
// https://jarcasting.com/artifacts/com.brettonw/clustering/
implementation ("com.brettonw:clustering:1.0.0")
'com.brettonw:clustering:jar:1.0.0'
<dependency org="com.brettonw" name="clustering" rev="1.0.0">
<artifact name="clustering" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw', module='clustering', version='1.0.0')
)
libraryDependencies += "com.brettonw" % "clustering" % "1.0.0"
[com.brettonw/clustering "1.0.0"]