не последняя версия
Последняя версия 4.4.0

net.morimekta.utils:collect 4.2.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.

Категории

Категории

Сеть
Группа

Группа

net.morimekta.utils
Идентификатор

Идентификатор

collect
Версия

Версия

4.2.0
Тип

Тип

jar

Скачать collect 4.2.0


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