Categories |
CategoriesGuava General Purpose Libraries Utility |
---|---|
GroupId | GroupIdit.ozimov |
ArtifactId | ArtifactIdguava-hamcrest-matchers |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/it.ozimov/guava-hamcrest-matchers/ -->
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>guava-hamcrest-matchers</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.ozimov/guava-hamcrest-matchers/
implementation 'it.ozimov:guava-hamcrest-matchers:0.4.0'
// https://jarcasting.com/artifacts/it.ozimov/guava-hamcrest-matchers/
implementation ("it.ozimov:guava-hamcrest-matchers:0.4.0")
'it.ozimov:guava-hamcrest-matchers:jar:0.4.0'
<dependency org="it.ozimov" name="guava-hamcrest-matchers" rev="0.4.0">
<artifact name="guava-hamcrest-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.ozimov', module='guava-hamcrest-matchers', version='0.4.0')
)
libraryDependencies += "it.ozimov" % "guava-hamcrest-matchers" % "0.4.0"
[it.ozimov/guava-hamcrest-matchers "0.4.0"]