is not current version
Last Version 0.0.15

com.github.kristiankime:functional-collections 0.0.5

FCollections is a series of function style Java Collections

GroupId

GroupId

com.github.kristiankime
ArtifactId

ArtifactId

functional-collections
Version

Version

0.0.5
Type

Type

jar

Download functional-collections 0.0.5


<!-- https://jarcasting.com/artifacts/com.github.kristiankime/functional-collections/ -->
<dependency>
    <groupId>com.github.kristiankime</groupId>
    <artifactId>functional-collections</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristiankime/functional-collections/
implementation 'com.github.kristiankime:functional-collections:0.0.5'
// https://jarcasting.com/artifacts/com.github.kristiankime/functional-collections/
implementation ("com.github.kristiankime:functional-collections:0.0.5")
'com.github.kristiankime:functional-collections:jar:0.0.5'
<dependency org="com.github.kristiankime" name="functional-collections" rev="0.0.5">
  <artifact name="functional-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristiankime', module='functional-collections', version='0.0.5')
)
libraryDependencies += "com.github.kristiankime" % "functional-collections" % "0.0.5"
[com.github.kristiankime/functional-collections "0.0.5"]