is not current version
Last Version 1.0.2

com.github.hqstevenson.junit:mllp-junit 1.0.1

A library of JUnit resources to assist in testing with MLLP clients and servers.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.hqstevenson.junit
ArtifactId

ArtifactId

mllp-junit
Version

Version

1.0.1
Type

Type

jar

Download mllp-junit 1.0.1


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