| Categories |
CategoriesFugue General Purpose Libraries Functional Programming |
|---|---|
| GroupId | GroupIdio.atlassian.fugue |
| ArtifactId | ArtifactIdfugue-hamcrest |
| Version | Version5.0.0-m02 |
| Type | Typejar |
| Description |
DescriptionFunctional Extensions - Hamcrest matchers
|
| Filename | Size |
|---|---|
| fugue-hamcrest-5.0.0-m02.pom | |
| fugue-hamcrest-5.0.0-m02-sources.jar | 4 KB |
| fugue-hamcrest-5.0.0-m02-javadoc.jar | 31 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-m02</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlassian.fugue/fugue-hamcrest/
implementation 'io.atlassian.fugue:fugue-hamcrest:5.0.0-m02'
// https://jarcasting.com/artifacts/io.atlassian.fugue/fugue-hamcrest/
implementation ("io.atlassian.fugue:fugue-hamcrest:5.0.0-m02")
'io.atlassian.fugue:fugue-hamcrest:jar:5.0.0-m02'
<dependency org="io.atlassian.fugue" name="fugue-hamcrest" rev="5.0.0-m02">
<artifact name="fugue-hamcrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlassian.fugue', module='fugue-hamcrest', version='5.0.0-m02')
)
libraryDependencies += "io.atlassian.fugue" % "fugue-hamcrest" % "5.0.0-m02"
[io.atlassian.fugue/fugue-hamcrest "5.0.0-m02"]
| 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 |