GroupId | GroupIddev.marksman |
---|---|
ArtifactId | ArtifactIdgauntlet-hamcrest |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
gauntlet-hamcrest-0.2.0.pom | |
gauntlet-hamcrest-0.2.0.jar | 3 KB |
gauntlet-hamcrest-0.2.0-tests.jar | 1 KB |
gauntlet-hamcrest-0.2.0-sources.jar | 2 KB |
gauntlet-hamcrest-0.2.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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.marksman/gauntlet-hamcrest/
implementation 'dev.marksman:gauntlet-hamcrest:0.2.0'
// https://jarcasting.com/artifacts/dev.marksman/gauntlet-hamcrest/
implementation ("dev.marksman:gauntlet-hamcrest:0.2.0")
'dev.marksman:gauntlet-hamcrest:jar:0.2.0'
<dependency org="dev.marksman" name="gauntlet-hamcrest" rev="0.2.0">
<artifact name="gauntlet-hamcrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.marksman', module='gauntlet-hamcrest', version='0.2.0')
)
libraryDependencies += "dev.marksman" % "gauntlet-hamcrest" % "0.2.0"
[dev.marksman/gauntlet-hamcrest "0.2.0"]