Files download
File Operation
find-and-replace-maven-plugin-1.0.0.jar download
find-and-replace-maven-plugin-1.0.0.pom download
find-and-replace-maven-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>software.xdev</groupId>
  <artifactId>find-and-replace-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'software.xdev:find-and-replace-maven-plugin:1.0.0'
Gradle Kotlin
implementation("software.xdev:find-and-replace-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "software.xdev" % "find-and-replace-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='software.xdev', module='find-and-replace-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="software.xdev" name="find-and-replace-maven-plugin" rev="1.0.0" />
Leiningen
[software.xdev/find-and-replace-maven-plugin "1.0.0"]
Apache Buildr
'software.xdev:find-and-replace-maven-plugin:jar:1.0.0'