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