License |
License |
---|---|
GroupId | GroupIdcom.github.tonivade |
ArtifactId | ArtifactIdpurefun-annotation |
Last Version | Last Version4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPure Fun
Functional Programming Library for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
purefun-annotation-4.0.pom | |
purefun-annotation-4.0.jar | 1 KB |
purefun-annotation-4.0-sources.jar | 1 KB |
purefun-annotation-4.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/purefun-annotation/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>purefun-annotation</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/purefun-annotation/
implementation 'com.github.tonivade:purefun-annotation:4.0'
// https://jarcasting.com/artifacts/com.github.tonivade/purefun-annotation/
implementation ("com.github.tonivade:purefun-annotation:4.0")
'com.github.tonivade:purefun-annotation:jar:4.0'
<dependency org="com.github.tonivade" name="purefun-annotation" rev="4.0">
<artifact name="purefun-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='purefun-annotation', version='4.0')
)
libraryDependencies += "com.github.tonivade" % "purefun-annotation" % "4.0"
[com.github.tonivade/purefun-annotation "4.0"]