is not current version
Last Version 7.0.0.CR1

org.jadira.maven:maven.plugins 3.1.0.GA

Jadira Framework Maven Plugins

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.jadira.maven
ArtifactId

ArtifactId

maven.plugins
Version

Version

3.1.0.GA
Type

Type

pom

Download maven.plugins 3.1.0.GA


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