License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.codeteapot.maven.plugin-testing |
ArtifactId | ArtifactIdmaven-plugin-testing-harness |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMaven Plugin Testing Harness
Mechanisms to manage tests on Mojo
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-plugin-testing-harness-1.1.1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness/ -->
<dependency>
<groupId>com.github.codeteapot.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness/
implementation 'com.github.codeteapot.maven.plugin-testing:maven-plugin-testing-harness:1.1.1'
// https://jarcasting.com/artifacts/com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness/
implementation ("com.github.codeteapot.maven.plugin-testing:maven-plugin-testing-harness:1.1.1")
'com.github.codeteapot.maven.plugin-testing:maven-plugin-testing-harness:pom:1.1.1'
<dependency org="com.github.codeteapot.maven.plugin-testing" name="maven-plugin-testing-harness" rev="1.1.1">
<artifact name="maven-plugin-testing-harness" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.codeteapot.maven.plugin-testing', module='maven-plugin-testing-harness', version='1.1.1')
)
libraryDependencies += "com.github.codeteapot.maven.plugin-testing" % "maven-plugin-testing-harness" % "1.1.1"
[com.github.codeteapot.maven.plugin-testing/maven-plugin-testing-harness "1.1.1"]