License |
License |
---|---|
Categories |
CategoriesCLI User Interface Eclipse Collections General Purpose Libraries High Performance |
GroupId | GroupIdorg.eclipse.collections |
ArtifactId | ArtifactIdeclipse-collections-parent |
Last Version | Last Version11.1.0.M1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEclipse 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eclipse-collections-parent-11.1.0.M1.pom | 29 KB |
Browse |
<!-- 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"]