p

propertyexporter-maven-plugin

Export any Maven placeholder to file
https://github.com/MrExplode/PropertyExporter
The Apache License, Version 2.0
MrExplode
Files download
File Operation
propertyexporter-maven-plugin-1.0.1.jar download
propertyexporter-maven-plugin-1.0.1.pom download
propertyexporter-maven-plugin-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.mrexplode</groupId>
  <artifactId>propertyexporter-maven-plugin</artifactId>
  <version>1.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.github.mrexplode:propertyexporter-maven-plugin:1.0.1'
Gradle Kotlin
implementation("io.github.mrexplode:propertyexporter-maven-plugin:1.0.1")
Scala SBT
libraryDependencies += "io.github.mrexplode" % "propertyexporter-maven-plugin" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mrexplode', module='propertyexporter-maven-plugin', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.mrexplode" name="propertyexporter-maven-plugin" rev="1.0.1" />
Leiningen
[io.github.mrexplode/propertyexporter-maven-plugin "1.0.1"]
Apache Buildr
'io.github.mrexplode:propertyexporter-maven-plugin:jar:1.0.1'