License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdio.github.devbhuwan |
ArtifactId | ArtifactIdmaven-plugin-test-jupiter |
Version | Version1.0.3.RELEASE |
Type | Typejar |
Description |
DescriptionTesting Framework for Maven Plugin Mojo for Junit 5
Junit 5 test for maven plugin project using.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationBhuwan Prasad Upadhyay |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.devbhuwan/maven-plugin-test-jupiter/ -->
<dependency>
<groupId>io.github.devbhuwan</groupId>
<artifactId>maven-plugin-test-jupiter</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.devbhuwan/maven-plugin-test-jupiter/
implementation 'io.github.devbhuwan:maven-plugin-test-jupiter:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/io.github.devbhuwan/maven-plugin-test-jupiter/
implementation ("io.github.devbhuwan:maven-plugin-test-jupiter:1.0.3.RELEASE")
'io.github.devbhuwan:maven-plugin-test-jupiter:jar:1.0.3.RELEASE'
<dependency org="io.github.devbhuwan" name="maven-plugin-test-jupiter" rev="1.0.3.RELEASE">
<artifact name="maven-plugin-test-jupiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.devbhuwan', module='maven-plugin-test-jupiter', version='1.0.3.RELEASE')
)
libraryDependencies += "io.github.devbhuwan" % "maven-plugin-test-jupiter" % "1.0.3.RELEASE"
[io.github.devbhuwan/maven-plugin-test-jupiter "1.0.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-exec | jar | 1.3 |
org.codehaus.plexus : plexus-classworlds | jar | 2.5.2 |
org.apache.commons : commons-lang3 | jar | 3.7 |
io.takari.maven.plugins : takari-plugin-testing | jar | 2.9.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |
org.projectlombok : lombok | jar | 1.16.20 |