License |
License |
---|---|
GroupId | GroupIddev.marksman |
ArtifactId | ArtifactIdgauntlet-hamcrest |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongauntlet-hamcrest
Property-based testing
|
Project URL |
Project URL |
Filename | Size |
---|---|
gauntlet-hamcrest-0.3.0.pom | |
gauntlet-hamcrest-0.3.0.jar | 3 KB |
gauntlet-hamcrest-0.3.0-tests.jar | 1 KB |
gauntlet-hamcrest-0.3.0-sources.jar | 2 KB |
gauntlet-hamcrest-0.3.0-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.marksman/gauntlet-hamcrest/ -->
<dependency>
<groupId>dev.marksman</groupId>
<artifactId>gauntlet-hamcrest</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.marksman/gauntlet-hamcrest/
implementation 'dev.marksman:gauntlet-hamcrest:0.3.0'
// https://jarcasting.com/artifacts/dev.marksman/gauntlet-hamcrest/
implementation ("dev.marksman:gauntlet-hamcrest:0.3.0")
'dev.marksman:gauntlet-hamcrest:jar:0.3.0'
<dependency org="dev.marksman" name="gauntlet-hamcrest" rev="0.3.0">
<artifact name="gauntlet-hamcrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.marksman', module='gauntlet-hamcrest', version='0.3.0')
)
libraryDependencies += "dev.marksman" % "gauntlet-hamcrest" % "0.3.0"
[dev.marksman/gauntlet-hamcrest "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
dev.marksman : gauntlet | jar | 0.3.0 |
org.hamcrest : hamcrest | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |