Download automon-1.0.jar file - Jar a

Jar examples for a:automon

Description

Automon combines the power of AOP (AspectJ) with any monitoring or logging tools you already use to declaratively monitor your Java code, the JDK, and dependent libraries. This module generates the core automon aspect library.

You can download jar file automon 1.0 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

automon-1.0-javadoc.jar
automon-1.0-sources.jar
automon-1.0.jar
automon-1.0.pom



Related Tutorials