is not current version
Last Version 4.0

com.github.tonivade:purefun-annotation 1.2

Functional Programming Library for Java

GroupId

GroupId

com.github.tonivade
ArtifactId

ArtifactId

purefun-annotation
Version

Version

1.2
Type

Type

jar

Download purefun-annotation 1.2


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