License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.morimekta.utils |
ArtifactId | ArtifactIdcollect |
Last Version | Last Version4.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCollection Utils
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
collect-4.4.0.pom | |
collect-4.4.0.jar | 80 KB |
collect-4.4.0-sources.jar | 46 KB |
collect-4.4.0-javadoc.jar | 540 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.morimekta.utils/collect/ -->
<dependency>
<groupId>net.morimekta.utils</groupId>
<artifactId>collect</artifactId>
<version>4.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.morimekta.utils/collect/
implementation 'net.morimekta.utils:collect:4.4.0'
// https://jarcasting.com/artifacts/net.morimekta.utils/collect/
implementation ("net.morimekta.utils:collect:4.4.0")
'net.morimekta.utils:collect:jar:4.4.0'
<dependency org="net.morimekta.utils" name="collect" rev="4.4.0">
<artifact name="collect" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.morimekta.utils', module='collect', version='4.4.0')
)
libraryDependencies += "net.morimekta.utils" % "collect" % "4.4.0"
[net.morimekta.utils/collect "4.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 2.2 |
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
com.google.guava : guava | jar | 31.0.1-jre |
org.mockito : mockito-junit-jupiter | jar | 4.3.1 |