is not current version
Last Version 11.1.0.M1

org.eclipse.collections:eclipse-collections-api 10.4.0


Categories

Categories

CLI User Interface Eclipse Collections General Purpose Libraries High Performance
GroupId

GroupId

org.eclipse.collections
ArtifactId

ArtifactId

eclipse-collections-api
Version

Version

10.4.0
Type

Type

jar

Download eclipse-collections-api 10.4.0


<!-- https://jarcasting.com/artifacts/org.eclipse.collections/eclipse-collections-api/ -->
<dependency>
    <groupId>org.eclipse.collections</groupId>
    <artifactId>eclipse-collections-api</artifactId>
    <version>10.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.collections/eclipse-collections-api/
implementation 'org.eclipse.collections:eclipse-collections-api:10.4.0'
// https://jarcasting.com/artifacts/org.eclipse.collections/eclipse-collections-api/
implementation ("org.eclipse.collections:eclipse-collections-api:10.4.0")
'org.eclipse.collections:eclipse-collections-api:jar:10.4.0'
<dependency org="org.eclipse.collections" name="eclipse-collections-api" rev="10.4.0">
  <artifact name="eclipse-collections-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.collections', module='eclipse-collections-api', version='10.4.0')
)
libraryDependencies += "org.eclipse.collections" % "eclipse-collections-api" % "10.4.0"
[org.eclipse.collections/eclipse-collections-api "10.4.0"]