is not current version
Last Version 1.0.3

org.automon:helloworld_woven 1.0

Weave HelloWorld class with the automon aspect. This is an example of compile time weaving.

Categories

Categories

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

GroupId

org.automon
ArtifactId

ArtifactId

helloworld_woven
Version

Version

1.0
Type

Type

jar

Download helloworld_woven 1.0


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