Last Version

Maven Plugin Testing Harness with JUnit5 0.1.0

Mechanisms to manage tests on Mojo with JUnit5

License

License

Categories

Categories

Maven Build Tools JUnit Unit Testing
GroupId

GroupId

com.github.codeteapot.maven.plugin-testing
ArtifactId

ArtifactId

maven-plugin-testing-harness-junit5
Version

Version

0.1.0
Type

Type

jar
Description

Description

Maven Plugin Testing Harness with JUnit5
Mechanisms to manage tests on Mojo with JUnit5
Project Organization

Project Organization

CodeTeapot

Download maven-plugin-testing-harness-junit5 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness-junit5/ -->
<dependency>
    <groupId>com.github.codeteapot.maven.plugin-testing</groupId>
    <artifactId>maven-plugin-testing-harness-junit5</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness-junit5/
implementation 'com.github.codeteapot.maven.plugin-testing:maven-plugin-testing-harness-junit5:0.1.0'
// https://jarcasting.com/artifacts/com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness-junit5/
implementation ("com.github.codeteapot.maven.plugin-testing:maven-plugin-testing-harness-junit5:0.1.0")
'com.github.codeteapot.maven.plugin-testing:maven-plugin-testing-harness-junit5:jar:0.1.0'
<dependency org="com.github.codeteapot.maven.plugin-testing" name="maven-plugin-testing-harness-junit5" rev="0.1.0">
  <artifact name="maven-plugin-testing-harness-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codeteapot.maven.plugin-testing', module='maven-plugin-testing-harness-junit5', version='0.1.0')
)
libraryDependencies += "com.github.codeteapot.maven.plugin-testing" % "maven-plugin-testing-harness-junit5" % "0.1.0"
[com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness-junit5 "0.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-jdk14 jar 1.7.30

provided (2)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.6.3
org.junit.jupiter : junit-jupiter-engine jar 5.7.0

Project Modules

There are no modules declared in this project.