is not current version
Last Version 0.3.1

org.testpackage:testpackage-maven-plugin 0.3.0

Command line JUnit test runner for standalone testing

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.testpackage
ArtifactId

ArtifactId

testpackage-maven-plugin
Version

Version

0.3.0
Type

Type

jar

Download testpackage-maven-plugin 0.3.0


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