| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииДанные Сеть |
| Группа | Группаnet.markenwerk |
| Идентификатор | Идентификаторcommons-datastructures |
| Версия | Версия1.3.1 |
| Тип | Типjar |
| Описание |
Описаниеnet.markenwerk:commons-datastructures
Some common datastructures for Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| commons-datastructures-1.3.1.pom | |
| commons-datastructures-1.3.1.jar | 16 KB |
| commons-datastructures-1.3.1-sources.jar | 25 KB |
| commons-datastructures-1.3.1-javadoc.jar | 182 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.markenwerk/commons-datastructures/ -->
<dependency>
<groupId>net.markenwerk</groupId>
<artifactId>commons-datastructures</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.markenwerk/commons-datastructures/
implementation 'net.markenwerk:commons-datastructures:1.3.1'
// https://jarcasting.com/artifacts/net.markenwerk/commons-datastructures/
implementation ("net.markenwerk:commons-datastructures:1.3.1")
'net.markenwerk:commons-datastructures:jar:1.3.1'
<dependency org="net.markenwerk" name="commons-datastructures" rev="1.3.1">
<artifact name="commons-datastructures" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.markenwerk', module='commons-datastructures', version='1.3.1')
)
libraryDependencies += "net.markenwerk" % "commons-datastructures" % "1.3.1"
[net.markenwerk/commons-datastructures "1.3.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.markenwerk : commons-interfaces | jar | 4.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |