Categories |
CategoriesFugue General Purpose Libraries Functional Programming |
---|---|
GroupId | GroupIdio.atlassian.fugue |
ArtifactId | ArtifactIdfugue |
Last Version | Last Version5.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFunctional Extensions
|
Filename | Size |
---|---|
fugue-5.0.0.pom | |
fugue-5.0.0.jar | 128 KB |
fugue-5.0.0-sources.jar | 52 KB |
fugue-5.0.0-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atlassian.fugue/fugue/ -->
<dependency>
<groupId>io.atlassian.fugue</groupId>
<artifactId>fugue</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlassian.fugue/fugue/
implementation 'io.atlassian.fugue:fugue:5.0.0'
// https://jarcasting.com/artifacts/io.atlassian.fugue/fugue/
implementation ("io.atlassian.fugue:fugue:5.0.0")
'io.atlassian.fugue:fugue:jar:5.0.0'
<dependency org="io.atlassian.fugue" name="fugue" rev="5.0.0">
<artifact name="fugue" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlassian.fugue', module='fugue', version='5.0.0')
)
libraryDependencies += "io.atlassian.fugue" % "fugue" % "5.0.0"
[io.atlassian.fugue/fugue "5.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.mockito : mockito-core | jar | |
org.hamcrest : hamcrest-library | jar |