is not current version
Last Version 1.0.2

com.github.hqstevenson.junit:hapi-junit 0.2.5

A library of JUnit assertions to assist in testing with HAPI messages.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.hqstevenson.junit
ArtifactId

ArtifactId

hapi-junit
Version

Version

0.2.5
Type

Type

jar

Download hapi-junit 0.2.5


<!-- https://jarcasting.com/artifacts/com.github.hqstevenson.junit/hapi-junit/ -->
<dependency>
    <groupId>com.github.hqstevenson.junit</groupId>
    <artifactId>hapi-junit</artifactId>
    <version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/hapi-junit/
implementation 'com.github.hqstevenson.junit:hapi-junit:0.2.5'
// https://jarcasting.com/artifacts/com.github.hqstevenson.junit/hapi-junit/
implementation ("com.github.hqstevenson.junit:hapi-junit:0.2.5")
'com.github.hqstevenson.junit:hapi-junit:jar:0.2.5'
<dependency org="com.github.hqstevenson.junit" name="hapi-junit" rev="0.2.5">
  <artifact name="hapi-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hqstevenson.junit', module='hapi-junit', version='0.2.5')
)
libraryDependencies += "com.github.hqstevenson.junit" % "hapi-junit" % "0.2.5"
[com.github.hqstevenson.junit/hapi-junit "0.2.5"]