s

staticweave-maven-plugin

Maven Plugin for static weaving with EclipseLink. Compatible with Java 7 + 8 and Maven 3.x.
http://maven.apache.org
Apache License, Version 2.0
empulse GmbH
Christoph Guse
Files download
File Operation
staticweave-maven-plugin-1.0.0.jar download
staticweave-maven-plugin-1.0.0.pom download
staticweave-maven-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.empulse.eclipselink</groupId>
  <artifactId>staticweave-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'de.empulse.eclipselink:staticweave-maven-plugin:1.0.0'
Gradle Kotlin
implementation("de.empulse.eclipselink:staticweave-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "de.empulse.eclipselink" % "staticweave-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='de.empulse.eclipselink', module='staticweave-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="de.empulse.eclipselink" name="staticweave-maven-plugin" rev="1.0.0" />
Leiningen
[de.empulse.eclipselink/staticweave-maven-plugin "1.0.0"]
Apache Buildr
'de.empulse.eclipselink:staticweave-maven-plugin:jar:1.0.0'