License |
License |
---|---|
Categories |
CategoriesMaven Build Tools JUnit Unit Testing |
GroupId | GroupIdcom.github.codeteapot.maven.plugin-testing |
ArtifactId | ArtifactIdmaven-plugin-testing-harness-junit5 |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Plugin Testing Harness with JUnit5
Mechanisms to manage tests on Mojo with JUnit5
|
Project Organization |
Project Organization |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-jdk14 | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-core | jar | 3.6.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |