GroupId | GroupIdcom.bluecatcode.hamcrest |
---|---|
ArtifactId | ArtifactIdhamcrest-1.3-extended |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bluecatcode.hamcrest/hamcrest-1.3-extended/ -->
<dependency>
<groupId>com.bluecatcode.hamcrest</groupId>
<artifactId>hamcrest-1.3-extended</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluecatcode.hamcrest/hamcrest-1.3-extended/
implementation 'com.bluecatcode.hamcrest:hamcrest-1.3-extended:1.0.3'
// https://jarcasting.com/artifacts/com.bluecatcode.hamcrest/hamcrest-1.3-extended/
implementation ("com.bluecatcode.hamcrest:hamcrest-1.3-extended:1.0.3")
'com.bluecatcode.hamcrest:hamcrest-1.3-extended:jar:1.0.3'
<dependency org="com.bluecatcode.hamcrest" name="hamcrest-1.3-extended" rev="1.0.3">
<artifact name="hamcrest-1.3-extended" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluecatcode.hamcrest', module='hamcrest-1.3-extended', version='1.0.3')
)
libraryDependencies += "com.bluecatcode.hamcrest" % "hamcrest-1.3-extended" % "1.0.3"
[com.bluecatcode.hamcrest/hamcrest-1.3-extended "1.0.3"]