is not current version
Last Version 0.8

dev.yila:functional 0.6

Library that improves your functional developing experience

GroupId

GroupId

dev.yila
ArtifactId

ArtifactId

functional
Version

Version

0.6
Type

Type

jar

Download functional 0.6


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