c

collect

Unmodifiable collections for java. These collections have some specific behavior criteria that is currently not guaranteed by the native java unmodifiable collections, they are also set up with convenient builders.
https://gitlab.com/morimekta/utils-collect
Apache License, Version 2.0
Stein Eldar Johnsen
Files download
File Operation
collect-4.4.1.jar download
collect-4.4.1.pom download
collect-4.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.morimekta.utils</groupId>
  <artifactId>collect</artifactId>
  <version>4.4.1</version>
</dependency>
Gradle Groovy
implementation 'net.morimekta.utils:collect:4.4.1'
Gradle Kotlin
implementation("net.morimekta.utils:collect:4.4.1")
Scala SBT
libraryDependencies += "net.morimekta.utils" % "collect" % "4.4.1"
Groovy Grape
@Grapes(
  @Grab(group='net.morimekta.utils', module='collect', version='4.4.1')
)
Apache Ivy
<dependency org="net.morimekta.utils" name="collect" rev="4.4.1" />
Leiningen
[net.morimekta.utils/collect "4.4.1"]
Apache Buildr
'net.morimekta.utils:collect:jar:4.4.1'