m

mllp-junit

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