Categories |
CategoriesAnt Build Tools AspectJ Development Tools Development Libraries |
---|---|
GroupId | GroupIdaspectj |
ArtifactId | ArtifactIdaspectj-ant |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
aspectj-ant-1.0.6.pom | |
aspectj-ant-1.0.6.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/aspectj/aspectj-ant/ -->
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectj-ant</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/aspectj/aspectj-ant/
implementation 'aspectj:aspectj-ant:1.0.6'
// https://jarcasting.com/artifacts/aspectj/aspectj-ant/
implementation ("aspectj:aspectj-ant:1.0.6")
'aspectj:aspectj-ant:jar:1.0.6'
<dependency org="aspectj" name="aspectj-ant" rev="1.0.6">
<artifact name="aspectj-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='aspectj', module='aspectj-ant', version='1.0.6')
)
libraryDependencies += "aspectj" % "aspectj-ant" % "1.0.6"
[aspectj/aspectj-ant "1.0.6"]