is not current version
Last Version 1.2.3

dev.marksman:collection-views 1.1.2

Low overhead, protected views over Java collections

GroupId

GroupId

dev.marksman
ArtifactId

ArtifactId

collection-views
Version

Version

1.1.2
Type

Type

jar

Download collection-views 1.1.2


<!-- https://jarcasting.com/artifacts/dev.marksman/collection-views/ -->
<dependency>
    <groupId>dev.marksman</groupId>
    <artifactId>collection-views</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.marksman/collection-views/
implementation 'dev.marksman:collection-views:1.1.2'
// https://jarcasting.com/artifacts/dev.marksman/collection-views/
implementation ("dev.marksman:collection-views:1.1.2")
'dev.marksman:collection-views:jar:1.1.2'
<dependency org="dev.marksman" name="collection-views" rev="1.1.2">
  <artifact name="collection-views" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.marksman', module='collection-views', version='1.1.2')
)
libraryDependencies += "dev.marksman" % "collection-views" % "1.1.2"
[dev.marksman/collection-views "1.1.2"]