Last Version

automon parent 1.0.3

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.

License

License

Categories

Categories

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

GroupId

org.automon
ArtifactId

ArtifactId

automon_parent
Version

Version

1.0.3
Type

Type

pom
Description

Description

automon parent
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.
Source Code Management

Source Code Management

https://github.com/stevensouza/automon

Download automon_parent 1.0.3

Filename Size
automon_parent-1.0.3.pom 4 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • automon
  • helloworld_unwoven
  • helloworld_woven
  • spring_woven
  • helloworld_unwoven_jamon
  • unwoven_jdk
  • webapp_unwoven
  • spring_aop