| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators Automon Application Testing & Monitoring Monitoring |
| GroupId | GroupIdorg.automon |
| ArtifactId | ArtifactIdhelloworld_woven |
| Version | Version1.0.3 |
| Type | Typejar |
| Description |
Descriptionhelloworld_woven
Weave HelloWorld class with the automon aspect.
This is an example of compile time weaving.
|
| Filename | Size |
|---|---|
| helloworld_woven-1.0.3.pom | |
| helloworld_woven-1.0.3.jar | 9 KB |
| helloworld_woven-1.0.3-sources.jar | 1 KB |
| helloworld_woven-1.0.3-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.automon/helloworld_woven/ -->
<dependency>
<groupId>org.automon</groupId>
<artifactId>helloworld_woven</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.automon/helloworld_woven/
implementation 'org.automon:helloworld_woven:1.0.3'
// https://jarcasting.com/artifacts/org.automon/helloworld_woven/
implementation ("org.automon:helloworld_woven:1.0.3")
'org.automon:helloworld_woven:jar:1.0.3'
<dependency org="org.automon" name="helloworld_woven" rev="1.0.3">
<artifact name="helloworld_woven" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.automon', module='helloworld_woven', version='1.0.3')
)
libraryDependencies += "org.automon" % "helloworld_woven" % "1.0.3"
[org.automon/helloworld_woven "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.automon : helloworld_unwoven | jar | 1.0.3 |
| org.automon : automon | jar | 1.0.3 |
| org.aspectj : aspectjrt | jar | 1.9.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.12.2 |