License |
License |
---|---|
GroupId | GroupIddev.marksman |
ArtifactId | ArtifactIdcollection-views |
Last Version | Last Version1.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncollection-views
Low overhead, protected views over Java collections
|
Project URL |
Project URL |
Filename | Size |
---|---|
collection-views-1.2.3.pom | |
collection-views-1.2.3.jar | 87 KB |
collection-views-1.2.3-tests.jar | 268 KB |
collection-views-1.2.3-sources.jar | 58 KB |
collection-views-1.2.3-javadoc.jar | 512 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.marksman/collection-views/ -->
<dependency>
<groupId>dev.marksman</groupId>
<artifactId>collection-views</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/dev.marksman/collection-views/
implementation 'dev.marksman:collection-views:1.2.3'
// https://jarcasting.com/artifacts/dev.marksman/collection-views/
implementation ("dev.marksman:collection-views:1.2.3")
'dev.marksman:collection-views:jar:1.2.3'
<dependency org="dev.marksman" name="collection-views" rev="1.2.3">
<artifact name="collection-views" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.marksman', module='collection-views', version='1.2.3')
)
libraryDependencies += "dev.marksman" % "collection-views" % "1.2.3"
[dev.marksman/collection-views "1.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.jnape.palatable : lambda | jar | 5.2.0 |
dev.marksman : enhanced-iterables | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |
org.hamcrest : hamcrest | jar | 2.1 |