p

plugin

Plugin management services including the installer.
Files download
File Operation
plugin-3.0-beta-1.pom download
plugin-3.0-beta-1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.framework</groupId>
  <artifactId>plugin</artifactId>
  <version>3.0-beta-1</version>
  <type>car</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.framework:plugin:3.0-beta-1'
Gradle Kotlin
implementation("org.apache.geronimo.framework:plugin:3.0-beta-1")
Scala SBT
libraryDependencies += "org.apache.geronimo.framework" % "plugin" % "3.0-beta-1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.framework', module='plugin', version='3.0-beta-1')
)
Apache Ivy
<dependency org="org.apache.geronimo.framework" name="plugin" rev="3.0-beta-1" />
Leiningen
[org.apache.geronimo.framework/plugin "3.0-beta-1"]
Apache Buildr
'org.apache.geronimo.framework:plugin:jar:3.0-beta-1'