License |
License |
---|---|
GroupId | GroupIdcom.github.tonivade |
ArtifactId | ArtifactIdpurefun-core |
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-core-4.0.pom | |
purefun-core-4.0.jar | 201 KB |
purefun-core-4.0-sources.jar | 62 KB |
purefun-core-4.0-javadoc.jar | 325 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/purefun-core/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>purefun-core</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/purefun-core/
implementation 'com.github.tonivade:purefun-core:4.0'
// https://jarcasting.com/artifacts/com.github.tonivade/purefun-core/
implementation ("com.github.tonivade:purefun-core:4.0")
'com.github.tonivade:purefun-core:jar:4.0'
<dependency org="com.github.tonivade" name="purefun-core" rev="4.0">
<artifact name="purefun-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='purefun-core', version='4.0')
)
libraryDependencies += "com.github.tonivade" % "purefun-core" % "4.0"
[com.github.tonivade/purefun-core "4.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.tonivade : purefun-annotation | jar | 4.0 |
org.pcollections : pcollections | jar | 3.1.4 |