is not current version
Last Version 3.0.1

org.apache.geronimo.plugins:aspectj 3.0-beta-1

AspectJ plugin

Categories

Categories

Geronimo Container Application Servers AspectJ Development Tools Development Libraries
GroupId

GroupId

org.apache.geronimo.plugins
ArtifactId

ArtifactId

aspectj
Version

Version

3.0-beta-1
Type

Type

pom

Download aspectj 3.0-beta-1

Filename Size
aspectj-3.0-beta-1.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/aspectj/ -->
<dependency>
    <groupId>org.apache.geronimo.plugins</groupId>
    <artifactId>aspectj</artifactId>
    <version>3.0-beta-1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/aspectj/
implementation 'org.apache.geronimo.plugins:aspectj:3.0-beta-1'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/aspectj/
implementation ("org.apache.geronimo.plugins:aspectj:3.0-beta-1")
'org.apache.geronimo.plugins:aspectj:pom:3.0-beta-1'
<dependency org="org.apache.geronimo.plugins" name="aspectj" rev="3.0-beta-1">
  <artifact name="aspectj" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='aspectj', version='3.0-beta-1')
)
libraryDependencies += "org.apache.geronimo.plugins" % "aspectj" % "3.0-beta-1"
[org.apache.geronimo.plugins/aspectj "3.0-beta-1"]