License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators Automon Application Testing & Monitoring Monitoring |
GroupId | GroupIdorg.automon |
ArtifactId | ArtifactIdspring_aop |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring_aop
Automon combines the power of AOP (AspectJ) with any monitoring or logging tools you already use to declaratively monitor your Java code, the JDK, and dependent libraries.
|
Filename | Size |
---|---|
spring_aop-1.0.3.pom | |
spring_aop-1.0.3.jar | 5 MB |
spring_aop-1.0.3-sources.jar | 2 KB |
spring_aop-1.0.3-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.automon/spring_aop/ -->
<dependency>
<groupId>org.automon</groupId>
<artifactId>spring_aop</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.automon/spring_aop/
implementation 'org.automon:spring_aop:1.0.3'
// https://jarcasting.com/artifacts/org.automon/spring_aop/
implementation ("org.automon:spring_aop:1.0.3")
'org.automon:spring_aop:jar:1.0.3'
<dependency org="org.automon" name="spring_aop" rev="1.0.3">
<artifact name="spring_aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.automon', module='spring_aop', version='1.0.3')
)
libraryDependencies += "org.automon" % "spring_aop" % "1.0.3"
[org.automon/spring_aop "1.0.3"]