i

install-maven-plugin

Install artifacts into the local repository.
Files download
File Operation
install-maven-plugin-1.0.jar download
install-maven-plugin-1.0.pom download
install-maven-plugin-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.groovy.maven.examples</groupId>
  <artifactId>install-maven-plugin</artifactId>
  <version>1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.groovy.maven.examples:install-maven-plugin:1.0'
Gradle Kotlin
implementation("org.codehaus.groovy.maven.examples:install-maven-plugin:1.0")
Scala SBT
libraryDependencies += "org.codehaus.groovy.maven.examples" % "install-maven-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.groovy.maven.examples', module='install-maven-plugin', version='1.0')
)
Apache Ivy
<dependency org="org.codehaus.groovy.maven.examples" name="install-maven-plugin" rev="1.0" />
Leiningen
[org.codehaus.groovy.maven.examples/install-maven-plugin "1.0"]
Apache Buildr
'org.codehaus.groovy.maven.examples:install-maven-plugin:jar:1.0'