Download aspectjtools-1.6.2.jar file - Jar a

Jar examples for a:aspectjtools

Description

Tools from the AspectJ project

You can download jar file aspectjtools 1.6.2 in this page.

License

Eclipse Public License - v 1.0

Build File

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

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

Download

Click the following link to download the jar file.

aspectjtools-1.6.2.jar
aspectjtools-1.6.2.pom



Related Tutorials