| License |
License |
|---|---|
| Categories |
CategoriesJooby User Interface Web Frameworks |
| GroupId | GroupIdorg.jooby |
| ArtifactId | ArtifactIdfunzy |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfunzy
Functional Idioms for Java 8
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| funzy-0.1.0.pom | |
| funzy-0.1.0.jar | 69 KB |
| funzy-0.1.0-sources.jar | 13 KB |
| funzy-0.1.0-javadoc.jar | 201 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/funzy/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>funzy</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/funzy/
implementation 'org.jooby:funzy:0.1.0'
// https://jarcasting.com/artifacts/org.jooby/funzy/
implementation ("org.jooby:funzy:0.1.0")
'org.jooby:funzy:jar:0.1.0'
<dependency org="org.jooby" name="funzy" rev="0.1.0">
<artifact name="funzy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='funzy', version='0.1.0')
)
libraryDependencies += "org.jooby" % "funzy" % "0.1.0"
[org.jooby/funzy "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |