is not current version
Last Version 4.0

com.github.tonivade:purefun-annotation 2.1

Functional Programming Library for Java

GroupId

GroupId

com.github.tonivade
ArtifactId

ArtifactId

purefun-annotation
Version

Version

2.1
Type

Type

jar

Download purefun-annotation 2.1


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