License |
License |
---|---|
GroupId | GroupIdcom.natpryce.hamcrest |
ArtifactId | ArtifactIdhamcrest-reflection-jre6 |
Version | Version0.1-1 |
Type | Typejar |
Description |
Descriptionhamcrest-reflection
API for simplifying reflection with Hamcrest matchers.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.natpryce.hamcrest/hamcrest-reflection-jre6/ -->
<dependency>
<groupId>com.natpryce.hamcrest</groupId>
<artifactId>hamcrest-reflection-jre6</artifactId>
<version>0.1-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.natpryce.hamcrest/hamcrest-reflection-jre6/
implementation 'com.natpryce.hamcrest:hamcrest-reflection-jre6:0.1-1'
// https://jarcasting.com/artifacts/com.natpryce.hamcrest/hamcrest-reflection-jre6/
implementation ("com.natpryce.hamcrest:hamcrest-reflection-jre6:0.1-1")
'com.natpryce.hamcrest:hamcrest-reflection-jre6:jar:0.1-1'
<dependency org="com.natpryce.hamcrest" name="hamcrest-reflection-jre6" rev="0.1-1">
<artifact name="hamcrest-reflection-jre6" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.natpryce.hamcrest', module='hamcrest-reflection-jre6', version='0.1-1')
)
libraryDependencies += "com.natpryce.hamcrest" % "hamcrest-reflection-jre6" % "0.1-1"
[com.natpryce.hamcrest/hamcrest-reflection-jre6 "0.1-1"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | [1.2, 2) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.6, 5) |