License |
License |
---|---|
Categories |
CategoriesVavr General Purpose Libraries Functional Programming |
GroupId | GroupIdme.grison |
ArtifactId | ArtifactIdvavr-matchers |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionvavr-matchers
Matchers for hamcrest and Vavr
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vavr-matchers-1.3.pom | |
vavr-matchers-1.3.jar | 18 KB |
vavr-matchers-1.3-sources.jar | 5 KB |
vavr-matchers-1.3-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.grison/vavr-matchers/ -->
<dependency>
<groupId>me.grison</groupId>
<artifactId>vavr-matchers</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/me.grison/vavr-matchers/
implementation 'me.grison:vavr-matchers:1.3'
// https://jarcasting.com/artifacts/me.grison/vavr-matchers/
implementation ("me.grison:vavr-matchers:1.3")
'me.grison:vavr-matchers:jar:1.3'
<dependency org="me.grison" name="vavr-matchers" rev="1.3">
<artifact name="vavr-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.grison', module='vavr-matchers', version='1.3')
)
libraryDependencies += "me.grison" % "vavr-matchers" % "1.3"
[me.grison/vavr-matchers "1.3"]
Group / Artifact | Type | Version |
---|---|---|
io.vavr : vavr | jar | 0.10.4 |
org.hamcrest : hamcrest-core | jar | 2.2 |
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |