is not current version
Last Version 4.4.0

net.morimekta.utils:collect 4.1.0

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.

Categories

Categories

Net
GroupId

GroupId

net.morimekta.utils
ArtifactId

ArtifactId

collect
Version

Version

4.1.0
Type

Type

jar

Download collect 4.1.0


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