GroupId | GroupIdit.ozimov |
---|---|
ArtifactId | ArtifactIdjava7-hamcrest-matchers |
Version | Version0.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/it.ozimov/java7-hamcrest-matchers/ -->
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>java7-hamcrest-matchers</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.ozimov/java7-hamcrest-matchers/
implementation 'it.ozimov:java7-hamcrest-matchers:0.8.0'
// https://jarcasting.com/artifacts/it.ozimov/java7-hamcrest-matchers/
implementation ("it.ozimov:java7-hamcrest-matchers:0.8.0")
'it.ozimov:java7-hamcrest-matchers:jar:0.8.0'
<dependency org="it.ozimov" name="java7-hamcrest-matchers" rev="0.8.0">
<artifact name="java7-hamcrest-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.ozimov', module='java7-hamcrest-matchers', version='0.8.0')
)
libraryDependencies += "it.ozimov" % "java7-hamcrest-matchers" % "0.8.0"
[it.ozimov/java7-hamcrest-matchers "0.8.0"]