| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем Eclipse Collections Универсальные библиотеки High Performance |
| Группа | Группаorg.eclipse.collections |
| Идентификатор | Идентификаторeclipse-collections-parent |
| Последняя версия | Последняя версия11.1.0.M1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеEclipse Collections Parent Project
Eclipse Collections is a collections framework for Java. It has JDK-compatible List, Set and Map
implementations with a rich API and set of utility classes that work with any JDK compatible Collections,
Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk collection framework.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| eclipse-collections-parent-11.1.0.M1.pom | 29 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse.collections/eclipse-collections-parent/ -->
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-parent</artifactId>
<version>11.1.0.M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.collections/eclipse-collections-parent/
implementation 'org.eclipse.collections:eclipse-collections-parent:11.1.0.M1'
// https://jarcasting.com/artifacts/org.eclipse.collections/eclipse-collections-parent/
implementation ("org.eclipse.collections:eclipse-collections-parent:11.1.0.M1")
'org.eclipse.collections:eclipse-collections-parent:pom:11.1.0.M1'
<dependency org="org.eclipse.collections" name="eclipse-collections-parent" rev="11.1.0.M1">
<artifact name="eclipse-collections-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.collections', module='eclipse-collections-parent', version='11.1.0.M1')
)
libraryDependencies += "org.eclipse.collections" % "eclipse-collections-parent" % "11.1.0.M1"
[org.eclipse.collections/eclipse-collections-parent "11.1.0.M1"]