is not current version
Last Version 1.0.3

org.automon:helloworld_unwoven_jamon 1.0.2

This pom simply has an unwoven HelloWorld class, that also registers jamon as jmx so users can see automon and jamon integration. The resulting jar can be used to test AspectJ load time weaving.

Categories

Categories

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

GroupId

org.automon
ArtifactId

ArtifactId

helloworld_unwoven_jamon
Version

Version

1.0.2
Type

Type

jar

Download helloworld_unwoven_jamon 1.0.2


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