License |
License |
---|---|
GroupId | GroupIdcom.github.shiver-me-timbers |
ArtifactId | ArtifactIdsmt-matchers-reflection |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsmt-matchers-reflection
This library contains Hamcrest style matchers that can be used to apply matchers to the internals of a class
using reflection.
|
<!-- https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-matchers-reflection/ -->
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-matchers-reflection</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-matchers-reflection/
implementation 'com.github.shiver-me-timbers:smt-matchers-reflection:1.2'
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers/smt-matchers-reflection/
implementation ("com.github.shiver-me-timbers:smt-matchers-reflection:1.2")
'com.github.shiver-me-timbers:smt-matchers-reflection:jar:1.2'
<dependency org="com.github.shiver-me-timbers" name="smt-matchers-reflection" rev="1.2">
<artifact name="smt-matchers-reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shiver-me-timbers', module='smt-matchers-reflection', version='1.2')
)
libraryDependencies += "com.github.shiver-me-timbers" % "smt-matchers-reflection" % "1.2"
[com.github.shiver-me-timbers/smt-matchers-reflection "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
com.github.shiver-me-timbers : smt-random | jar | 1.7 |
com.github.spullara.mustache.java : compiler | jar | 0.8.18 |