| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jheaps |
| Идентификатор | Идентификаторjheaps |
| Версия | Версия0.14 |
| Тип | Типjar |
| Описание |
ОписаниеJHeaps
A free, production-ready, efficient Java library containing a collection of heap data-structures.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jheaps-0.14.pom | |
| jheaps-0.14.jar | 149 KB |
| jheaps-0.14-sources.jar | 149 KB |
| jheaps-0.14-javadoc.jar | 750 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jheaps/jheaps/ -->
<dependency>
<groupId>org.jheaps</groupId>
<artifactId>jheaps</artifactId>
<version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.jheaps/jheaps/
implementation 'org.jheaps:jheaps:0.14'
// https://jarcasting.com/artifacts/org.jheaps/jheaps/
implementation ("org.jheaps:jheaps:0.14")
'org.jheaps:jheaps:jar:0.14'
<dependency org="org.jheaps" name="jheaps" rev="0.14">
<artifact name="jheaps" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jheaps', module='jheaps', version='0.14')
)
libraryDependencies += "org.jheaps" % "jheaps" % "0.14"
[org.jheaps/jheaps "0.14"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13 |