is not current version
Last Version 1.0.3

org.automon:spring_woven 1.0

Weave HelloWorld class with the automon aspect in a spring application. This is compile time weaving. Note you may also use load time weaving (LTW) with spring.

Categories

Categories

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

GroupId

org.automon
ArtifactId

ArtifactId

spring_woven
Version

Version

1.0
Type

Type

jar

Download spring_woven 1.0


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