Download helloworld_unwoven-1.0.jar file - Jar h

Jar examples for h:helloworld-unwoven

Description

This pom simply has an unwoven HelloWorld class. The resulting jar can be used to test AspectJ load time weaving.

You can download jar file helloworld_unwoven 1.0 in this page.

Build File

You can use the following script to add helloworld_unwoven-1.0.jar to your project.

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

Download

Click the following link to download the jar file.

helloworld_unwoven-1.0-javadoc.jar
helloworld_unwoven-1.0-sources.jar
helloworld_unwoven-1.0.jar
helloworld_unwoven-1.0.pom



Related Tutorials