r

regex-copy-maven-plugin

A resource copy plugin on steroids using regex to match and rename resources.
https://github.com/ggtools/regex-copy-plugin
MIT License
Christophe Labouisse Gregory Anne
Files download
File Operation
regex-copy-maven-plugin-0.1.jar download
regex-copy-maven-plugin-0.1.pom download
regex-copy-maven-plugin-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.zg2pro.copy</groupId>
  <artifactId>regex-copy-maven-plugin</artifactId>
  <version>0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.zg2pro.copy:regex-copy-maven-plugin:0.1'
Gradle Kotlin
implementation("com.github.zg2pro.copy:regex-copy-maven-plugin:0.1")
Scala SBT
libraryDependencies += "com.github.zg2pro.copy" % "regex-copy-maven-plugin" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.zg2pro.copy', module='regex-copy-maven-plugin', version='0.1')
)
Apache Ivy
<dependency org="com.github.zg2pro.copy" name="regex-copy-maven-plugin" rev="0.1" />
Leiningen
[com.github.zg2pro.copy/regex-copy-maven-plugin "0.1"]
Apache Buildr
'com.github.zg2pro.copy:regex-copy-maven-plugin:jar:0.1'