| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.battelle |
| Идентификатор | Идентификаторclodhopper |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеclodhopper
ClodHopper: A High-Performance Java Library for Data Clustering
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| clodhopper-1.0.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.battelle/clodhopper/ -->
<dependency>
<groupId>org.battelle</groupId>
<artifactId>clodhopper</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.battelle/clodhopper/
implementation 'org.battelle:clodhopper:1.0.0'
// https://jarcasting.com/artifacts/org.battelle/clodhopper/
implementation ("org.battelle:clodhopper:1.0.0")
'org.battelle:clodhopper:pom:1.0.0'
<dependency org="org.battelle" name="clodhopper" rev="1.0.0">
<artifact name="clodhopper" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.battelle', module='clodhopper', version='1.0.0')
)
libraryDependencies += "org.battelle" % "clodhopper" % "1.0.0"
[org.battelle/clodhopper "1.0.0"]