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