p

properties-maven-plugin

The Properties Maven Plugin is here to make life a little easier when dealing with properties. It provides goals to read and write properties from files.
https://www.mojohaus.org/properties-maven-plugin
The Apache Software License, Version 2.0
Zarar Siddiqi Krystian Nowak Tim Gordon
Files download
File Operation
properties-maven-plugin-1.2.1.jar download
properties-maven-plugin-1.2.1.pom download
properties-maven-plugin-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>properties-maven-plugin</artifactId>
  <version>1.2.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.mojo:properties-maven-plugin:1.2.1'
Gradle Kotlin
implementation("org.codehaus.mojo:properties-maven-plugin:1.2.1")
Scala SBT
libraryDependencies += "org.codehaus.mojo" % "properties-maven-plugin" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.mojo', module='properties-maven-plugin', version='1.2.1')
)
Apache Ivy
<dependency org="org.codehaus.mojo" name="properties-maven-plugin" rev="1.2.1" />
Leiningen
[org.codehaus.mojo/properties-maven-plugin "1.2.1"]
Apache Buildr
'org.codehaus.mojo:properties-maven-plugin:jar:1.2.1'