License |
License |
---|---|
GroupId | GroupIdcom.github.hpple.reflection-assert |
ArtifactId | ArtifactIdreflection-assert |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReflection Assert
Reflection-based assertions for JUnit 5
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reflection-assert-0.3.pom | |
reflection-assert-0.3.jar | 3 KB |
reflection-assert-0.3-sources.jar | 5 KB |
reflection-assert-0.3-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hpple.reflection-assert/reflection-assert/ -->
<dependency>
<groupId>com.github.hpple.reflection-assert</groupId>
<artifactId>reflection-assert</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hpple.reflection-assert/reflection-assert/
implementation 'com.github.hpple.reflection-assert:reflection-assert:0.3'
// https://jarcasting.com/artifacts/com.github.hpple.reflection-assert/reflection-assert/
implementation ("com.github.hpple.reflection-assert:reflection-assert:0.3")
'com.github.hpple.reflection-assert:reflection-assert:jar:0.3'
<dependency org="com.github.hpple.reflection-assert" name="reflection-assert" rev="0.3">
<artifact name="reflection-assert" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hpple.reflection-assert', module='reflection-assert', version='0.3')
)
libraryDependencies += "com.github.hpple.reflection-assert" % "reflection-assert" % "0.3"
[com.github.hpple.reflection-assert/reflection-assert "0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.hpple.reflection-assert : reflection-comparator | jar | 0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.opentest4j : opentest4j | jar | 1.2.0 |