p

property-helper-maven-plugin

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