License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.htfv.maven.plugins |
ArtifactId | ArtifactIdmaven-integration-testing |
Last Version | Last Version1.1.0.CR1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.github.htfv.maven.plugins/maven-integration-testing/ -->
<dependency>
<groupId>com.github.htfv.maven.plugins</groupId>
<artifactId>maven-integration-testing</artifactId>
<version>1.1.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.htfv.maven.plugins/maven-integration-testing/
implementation 'com.github.htfv.maven.plugins:maven-integration-testing:1.1.0.CR1'
// https://jarcasting.com/artifacts/com.github.htfv.maven.plugins/maven-integration-testing/
implementation ("com.github.htfv.maven.plugins:maven-integration-testing:1.1.0.CR1")
'com.github.htfv.maven.plugins:maven-integration-testing:jar:1.1.0.CR1'
<dependency org="com.github.htfv.maven.plugins" name="maven-integration-testing" rev="1.1.0.CR1">
<artifact name="maven-integration-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.htfv.maven.plugins', module='maven-integration-testing', version='1.1.0.CR1')
)
libraryDependencies += "com.github.htfv.maven.plugins" % "maven-integration-testing" % "1.1.0.CR1"
[com.github.htfv.maven.plugins/maven-integration-testing "1.1.0.CR1"]
Group / Artifact | Type | Version |
---|---|---|
commons-configuration : commons-configuration | jar | 1.7 |
junit : junit | jar | 4.10 |
org.apache.commons : commons-lang3 | jar | 3.1 |
org.apache.maven : maven-compat | jar | 3.0.4 |
org.apache.maven : maven-core | jar | 3.0.4 |
org.apache.maven.wagon : wagon-http | jar | 2.2 |
org.sonatype.aether : aether-connector-wagon | jar | 1.13.1 |