is not current version
Last Version 1.0.3

org.automon:helloworld_unwoven 1.0.1

This pom simply has an unwoven HelloWorld class. 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
Version

Version

1.0.1
Type

Type

jar

Download helloworld_unwoven 1.0.1


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