commons-weaver-maven-plugin

commons-weaver-maven-plugin

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