License |
License |
---|---|
Categories |
CategoriesMaven Build Tools JUnit Unit Testing |
GroupId | GroupIdcom.github.codeteapot.maven.plugin-testing |
ArtifactId | ArtifactIdmaven-plugin-testing-harness-junit-jupiter |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionMaven Plugin Testing Harness JUnit Jupiter
JUnit Jupiter extension of Maven Plugin Testing Harness
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness-junit-jupiter/ -->
<dependency>
<groupId>com.github.codeteapot.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness-junit-jupiter</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness-junit-jupiter/
implementation 'com.github.codeteapot.maven.plugin-testing:maven-plugin-testing-harness-junit-jupiter:1.1.1'
// https://jarcasting.com/artifacts/com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness-junit-jupiter/
implementation ("com.github.codeteapot.maven.plugin-testing:maven-plugin-testing-harness-junit-jupiter:1.1.1")
'com.github.codeteapot.maven.plugin-testing:maven-plugin-testing-harness-junit-jupiter:jar:1.1.1'
<dependency org="com.github.codeteapot.maven.plugin-testing" name="maven-plugin-testing-harness-junit-jupiter" rev="1.1.1">
<artifact name="maven-plugin-testing-harness-junit-jupiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codeteapot.maven.plugin-testing', module='maven-plugin-testing-harness-junit-jupiter', version='1.1.1')
)
libraryDependencies += "com.github.codeteapot.maven.plugin-testing" % "maven-plugin-testing-harness-junit-jupiter" % "1.1.1"
[com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness-junit-jupiter "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.codeteapot.maven.plugin-testing : maven-plugin-testing-harness-api | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.mockito : mockito-junit-jupiter | jar | 3.5.13 |
org.assertj : assertj-core | jar | 3.17.2 |