is not current version
Last Version 1.0.2

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

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.4
Type

Type

jar

Download hapi-junit 0.2.4


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