h

hapi-junit

A library of JUnit assertions to assist in testing with HAPI messages.
https://github.com/hqstevenson/hapi-junit
The Apache License, Version 2.0
Quinn Stevenson
Files download
File Operation
hapi-junit-1.0.2.jar download
hapi-junit-1.0.2.pom download
hapi-junit-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hqstevenson.junit</groupId>
  <artifactId>hapi-junit</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.hqstevenson.junit:hapi-junit:1.0.2'
Gradle Kotlin
implementation("com.github.hqstevenson.junit:hapi-junit:1.0.2")
Scala SBT
libraryDependencies += "com.github.hqstevenson.junit" % "hapi-junit" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hqstevenson.junit', module='hapi-junit', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.hqstevenson.junit" name="hapi-junit" rev="1.0.2" />
Leiningen
[com.github.hqstevenson.junit/hapi-junit "1.0.2"]
Apache Buildr
'com.github.hqstevenson.junit:hapi-junit:jar:1.0.2'