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