n

numa-eclipse-collections

NUMA-capable implementation of parts of eclipse-collections-api
https://github.com/yawkat/numaec
Eclipse Public License - v 1.0
Jonas Konrad
Files download
File Operation
numa-eclipse-collections-0.2.jar download
numa-eclipse-collections-0.2.pom download
numa-eclipse-collections-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>at.yawk.numaec</groupId>
  <artifactId>numa-eclipse-collections</artifactId>
  <version>0.2</version>
</dependency>
Gradle Groovy
implementation 'at.yawk.numaec:numa-eclipse-collections:0.2'
Gradle Kotlin
implementation("at.yawk.numaec:numa-eclipse-collections:0.2")
Scala SBT
libraryDependencies += "at.yawk.numaec" % "numa-eclipse-collections" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='at.yawk.numaec', module='numa-eclipse-collections', version='0.2')
)
Apache Ivy
<dependency org="at.yawk.numaec" name="numa-eclipse-collections" rev="0.2" />
Leiningen
[at.yawk.numaec/numa-eclipse-collections "0.2"]
Apache Buildr
'at.yawk.numaec:numa-eclipse-collections:jar:0.2'