Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdmaven |
ArtifactId | ArtifactIdmaven-test-plugin |
Version | Version1.8.2 |
Type | Typejar |
Description |
DescriptionMaven Test Plugin
Run JUnit tests.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-test-plugin-1.8.2.pom | |
maven-test-plugin-1.8.2.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/maven/maven-test-plugin/ -->
<dependency>
<groupId>maven</groupId>
<artifactId>maven-test-plugin</artifactId>
<version>1.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/maven/maven-test-plugin/
implementation 'maven:maven-test-plugin:1.8.2'
// https://jarcasting.com/artifacts/maven/maven-test-plugin/
implementation ("maven:maven-test-plugin:1.8.2")
'maven:maven-test-plugin:jar:1.8.2'
<dependency org="maven" name="maven-test-plugin" rev="1.8.2">
<artifact name="maven-test-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='maven-test-plugin', version='1.8.2')
)
libraryDependencies += "maven" % "maven-test-plugin" % "1.8.2"
[maven/maven-test-plugin "1.8.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |
xml-apis : xml-apis | jar | 1.3.03 |
xml-resolver : xml-resolver | jar | 1.1 |
xerces : xercesImpl | jar | 2.8.0 |