r

relocation-maven-plugin

A plugin to facilitate the relocation of artifacts.
https://github.com/carlspring/relocation-maven-plugin
Apache 2.0
Martin Todorov
Files download
File Operation
relocation-maven-plugin-1.0.jar download
relocation-maven-plugin-1.0.pom download
relocation-maven-plugin-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.carlspring.maven</groupId>
  <artifactId>relocation-maven-plugin</artifactId>
  <version>1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.carlspring.maven:relocation-maven-plugin:1.0'
Gradle Kotlin
implementation("org.carlspring.maven:relocation-maven-plugin:1.0")
Scala SBT
libraryDependencies += "org.carlspring.maven" % "relocation-maven-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.carlspring.maven', module='relocation-maven-plugin', version='1.0')
)
Apache Ivy
<dependency org="org.carlspring.maven" name="relocation-maven-plugin" rev="1.0" />
Leiningen
[org.carlspring.maven/relocation-maven-plugin "1.0"]
Apache Buildr
'org.carlspring.maven:relocation-maven-plugin:jar:1.0'