Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.github.devbhuwan |
ArtifactId | ArtifactIdmaven-plugin-test-jupiter |
Version | Version1.0.1.RELEASE |
Type | Typejar |
<!-- 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.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.devbhuwan/maven-plugin-test-jupiter/
implementation 'io.github.devbhuwan:maven-plugin-test-jupiter:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.github.devbhuwan/maven-plugin-test-jupiter/
implementation ("io.github.devbhuwan:maven-plugin-test-jupiter:1.0.1.RELEASE")
'io.github.devbhuwan:maven-plugin-test-jupiter:jar:1.0.1.RELEASE'
<dependency org="io.github.devbhuwan" name="maven-plugin-test-jupiter" rev="1.0.1.RELEASE">
<artifact name="maven-plugin-test-jupiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.devbhuwan', module='maven-plugin-test-jupiter', version='1.0.1.RELEASE')
)
libraryDependencies += "io.github.devbhuwan" % "maven-plugin-test-jupiter" % "1.0.1.RELEASE"
[io.github.devbhuwan/maven-plugin-test-jupiter "1.0.1.RELEASE"]