| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.brettonw |
| Идентификатор | Идентификаторclustering |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеClustering
Clustering is a Java library for identifying similar data in n-dimensional spaces.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.brettonw.bedrock : bag | jar | RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | RELEASE |
| org.apache.logging.log4j : log4j-core | jar | RELEASE |