j

junit-pipeline

Perform unit- and integration tests with Azure DevOps pipelines.
http://github.com/hvmerode/junit-pipeline
The MIT License
Henry van Merode
Files download
File Operation
junit-pipeline-1.3.0.jar download
junit-pipeline-1.3.0.pom download
junit-pipeline-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.hvmerode</groupId>
  <artifactId>junit-pipeline</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.hvmerode:junit-pipeline:1.3.0'
Gradle Kotlin
implementation("io.github.hvmerode:junit-pipeline:1.3.0")
Scala SBT
libraryDependencies += "io.github.hvmerode" % "junit-pipeline" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hvmerode', module='junit-pipeline', version='1.3.0')
)
Apache Ivy
<dependency org="io.github.hvmerode" name="junit-pipeline" rev="1.3.0" />
Leiningen
[io.github.hvmerode/junit-pipeline "1.3.0"]
Apache Buildr
'io.github.hvmerode:junit-pipeline:jar:1.3.0'