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