p

property-helper-maven-plugin

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