Download aspectjtools-1.5.4.jar file - Jar a

Jar examples for a:aspectjtools

Description

Tools from the AspectJ project

You can download jar file aspectjtools 1.5.4 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add aspectjtools-1.5.4.jar to your project.

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

Download

Click the following link to download the jar file.

aspectjtools-1.5.4.pom



Related Tutorials