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