License |
License
BSD
|
---|---|
GroupId | GroupIdorg.funcish |
ArtifactId | ArtifactIdfuncish-core |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfuncish utilities: core
Functional programming API borrowing heavily from Ruby and Clojure but staying within the bounds of Java
|
Filename | Size |
---|---|
funcish-core-0.1.0.pom | |
funcish-core-0.1.0.jar | 71 KB |
funcish-core-0.1.0-sources.jar | 32 KB |
funcish-core-0.1.0-javadoc.jar | 351 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.funcish/funcish-core/ -->
<dependency>
<groupId>org.funcish</groupId>
<artifactId>funcish-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.funcish/funcish-core/
implementation 'org.funcish:funcish-core:0.1.0'
// https://jarcasting.com/artifacts/org.funcish/funcish-core/
implementation ("org.funcish:funcish-core:0.1.0")
'org.funcish:funcish-core:jar:0.1.0'
<dependency org="org.funcish" name="funcish-core" rev="0.1.0">
<artifact name="funcish-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.funcish', module='funcish-core', version='0.1.0')
)
libraryDependencies += "org.funcish" % "funcish-core" % "0.1.0"
[org.funcish/funcish-core "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |