p

property-helper-maven-plugin

Property generation and manipulation in the maven pom.
Files download
File Operation
property-helper-maven-plugin-2.0.jar download
property-helper-maven-plugin-2.0.pom download
property-helper-maven-plugin-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.basepom.maven</groupId>
  <artifactId>property-helper-maven-plugin</artifactId>
  <version>2.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.basepom.maven:property-helper-maven-plugin:2.0'
Gradle Kotlin
implementation("org.basepom.maven:property-helper-maven-plugin:2.0")
Scala SBT
libraryDependencies += "org.basepom.maven" % "property-helper-maven-plugin" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.basepom.maven', module='property-helper-maven-plugin', version='2.0')
)
Apache Ivy
<dependency org="org.basepom.maven" name="property-helper-maven-plugin" rev="2.0" />
Leiningen
[org.basepom.maven/property-helper-maven-plugin "2.0"]
Apache Buildr
'org.basepom.maven:property-helper-maven-plugin:jar:2.0'