| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка Данные |
| Группа | Группаme.antinux |
| Идентификатор | Идентификаторdatastructure |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеdatastructure
common and basic and advanced datastructure in java, some implemented collection interface, others is ued in
algorithm
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| datastructure-1.0.pom | |
| datastructure-1.0.jar | 6 KB |
| datastructure-1.0-sources.jar | 2 KB |
| datastructure-1.0-javadoc.jar | 403 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/me.antinux/datastructure/ -->
<dependency>
<groupId>me.antinux</groupId>
<artifactId>datastructure</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.antinux/datastructure/
implementation 'me.antinux:datastructure:1.0'
// https://jarcasting.com/artifacts/me.antinux/datastructure/
implementation ("me.antinux:datastructure:1.0")
'me.antinux:datastructure:jar:1.0'
<dependency org="me.antinux" name="datastructure" rev="1.0">
<artifact name="datastructure" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.antinux', module='datastructure', version='1.0')
)
libraryDependencies += "me.antinux" % "datastructure" % "1.0"
[me.antinux/datastructure "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains : annotations-java5 | jar | 16.0.2 |