r

replacer

Maven plugin to replace tokens in a given file with a value
http://code.google.com/p/maven-replacer-plugin
MIT License
Steven Baker
Files download
File Operation
replacer-1.5.3.jar download
replacer-1.5.3.pom download
replacer-1.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.code.maven-replacer-plugin</groupId>
  <artifactId>replacer</artifactId>
  <version>1.5.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.google.code.maven-replacer-plugin:replacer:1.5.3'
Gradle Kotlin
implementation("com.google.code.maven-replacer-plugin:replacer:1.5.3")
Scala SBT
libraryDependencies += "com.google.code.maven-replacer-plugin" % "replacer" % "1.5.3"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.maven-replacer-plugin', module='replacer', version='1.5.3')
)
Apache Ivy
<dependency org="com.google.code.maven-replacer-plugin" name="replacer" rev="1.5.3" />
Leiningen
[com.google.code.maven-replacer-plugin/replacer "1.5.3"]
Apache Buildr
'com.google.code.maven-replacer-plugin:replacer:jar:1.5.3'