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-3.1.1.jar download
property-helper-maven-plugin-3.1.1.pom download
property-helper-maven-plugin-3.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.basepom.maven</groupId>
  <artifactId>property-helper-maven-plugin</artifactId>
  <version>3.1.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.basepom.maven:property-helper-maven-plugin:3.1.1'
Gradle Kotlin
implementation("org.basepom.maven:property-helper-maven-plugin:3.1.1")
Scala SBT
libraryDependencies += "org.basepom.maven" % "property-helper-maven-plugin" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.basepom.maven', module='property-helper-maven-plugin', version='3.1.1')
)
Apache Ivy
<dependency org="org.basepom.maven" name="property-helper-maven-plugin" rev="3.1.1" />
Leiningen
[org.basepom.maven/property-helper-maven-plugin "3.1.1"]
Apache Buildr
'org.basepom.maven:property-helper-maven-plugin:jar:3.1.1'