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