License |
License |
---|---|
GroupId | GroupIdcom.bluecatcode.hamcrest |
ArtifactId | ArtifactIdhamcrest-1.3-extended |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.bluecatcode.hamcrest:hamcrest-1.3-extended
Hamcrest library extensions.
|
<!-- 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluecatcode.hamcrest/hamcrest-1.3-extended/
implementation 'com.bluecatcode.hamcrest:hamcrest-1.3-extended:1.1.0'
// https://jarcasting.com/artifacts/com.bluecatcode.hamcrest/hamcrest-1.3-extended/
implementation ("com.bluecatcode.hamcrest:hamcrest-1.3-extended:1.1.0")
'com.bluecatcode.hamcrest:hamcrest-1.3-extended:jar:1.1.0'
<dependency org="com.bluecatcode.hamcrest" name="hamcrest-1.3-extended" rev="1.1.0">
<artifact name="hamcrest-1.3-extended" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluecatcode.hamcrest', module='hamcrest-1.3-extended', version='1.1.0')
)
libraryDependencies += "com.bluecatcode.hamcrest" % "hamcrest-1.3-extended" % "1.1.0"
[com.bluecatcode.hamcrest/hamcrest-1.3-extended "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-all | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |