Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.hqstevenson.junit |
ArtifactId | ArtifactIdmllp-junit |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
mllp-junit-1.0.1.pom | |
mllp-junit-1.0.1.jar | 27 KB |
mllp-junit-1.0.1-sources.jar | 19 KB |
mllp-junit-1.0.1-javadoc.jar | 53 KB |
Browse |
<!-- 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"]