Download aspectjweaver-1.5.2.jar file - Jar a

Jar examples for a:aspectjweaver

Description

This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.

You can download jar file aspectjweaver 1.5.2 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add aspectjweaver-1.5.2.jar to your project.

<dependency>
   <groupId>aspectj</groupId>
   <artifactId>aspectjweaver</artifactId>
   <version>1.5.2</version>
</dependency>
compile group: 'aspectj', name: 'aspectjweaver', version: '1.5.2'
libraryDependencies += "aspectj" % "aspectjweaver" % "1.5.2"
<dependency org="aspectj" name="aspectjweaver" rev="1.5.2"/>
@Grapes(@Grab(group='aspectj', module='aspectjweaver', version='1.5.2'))
'aspectj:aspectjweaver:jar:1.5.2'

Download

Click the following link to download the jar file.

aspectjweaver-1.5.2.jar
aspectjweaver-1.5.2.pom



Related Tutorials