Last Version

spring_woven 1.0.3

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.

License

License

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.3
Type

Type

jar
Description

Description

spring_woven
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.

Download spring_woven 1.0.3


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

Dependencies

compile (11)

Group / Artifact Type Version
org.automon : automon jar 1.0.3
org.aspectj : aspectjrt jar 1.9.3
org.aspectj : aspectjweaver jar 1.9.3
org.springframework : spring-core jar 5.1.6.RELEASE
org.springframework : spring-context jar 5.1.6.RELEASE
org.springframework : spring-tx jar 5.1.6.RELEASE
org.springframework : spring-aop jar 5.1.6.RELEASE
org.springframework : spring-test jar 5.1.6.RELEASE
org.springframework : spring-beans jar 5.1.6.RELEASE
org.springframework : spring-expression jar 5.1.6.RELEASE
org.springframework : spring-jms jar 5.1.6.RELEASE

Project Modules

There are no modules declared in this project.