r

replacer-maven-plugin

The ${project.artifactId} is a maven plugin that aims to replace tokens into a package based on property file.
https://github.com/theAgileFactory
GNU General Public License, version 2
Pierre-Yves Cloux
文件下载
文件名 操作
replacer-maven-plugin-1.0.0.jar 下载
replacer-maven-plugin-1.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.agifac.deploy</groupId>
  <artifactId>replacer-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.agifac.deploy:replacer-maven-plugin:1.0.0'
Gradle Kotlin
implementation("com.agifac.deploy:replacer-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "com.agifac.deploy" % "replacer-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.agifac.deploy', module='replacer-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="com.agifac.deploy" name="replacer-maven-plugin" rev="1.0.0" />
Leiningen
[com.agifac.deploy/replacer-maven-plugin "1.0.0"]
Apache Buildr
'com.agifac.deploy:replacer-maven-plugin:jar:1.0.0'