is not current version
Last Version 1.0.3

org.automon:automon 1.0.1

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.

Categories

Categories

Auto Application Layer Libs Code Generators Automon Application Testing & Monitoring Monitoring
GroupId

GroupId

org.automon
ArtifactId

ArtifactId

automon
Version

Version

1.0.1
Type

Type

jar

Download automon 1.0.1


<!-- https://jarcasting.com/artifacts/org.automon/automon/ -->
<dependency>
    <groupId>org.automon</groupId>
    <artifactId>automon</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.automon/automon/
implementation 'org.automon:automon:1.0.1'
// https://jarcasting.com/artifacts/org.automon/automon/
implementation ("org.automon:automon:1.0.1")
'org.automon:automon:jar:1.0.1'
<dependency org="org.automon" name="automon" rev="1.0.1">
  <artifact name="automon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.automon', module='automon', version='1.0.1')
)
libraryDependencies += "org.automon" % "automon" % "1.0.1"
[org.automon/automon "1.0.1"]