License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.github.nickvl |
ArtifactId | ArtifactIdxspring-aop-logging |
Version | Version0.3.2 |
Type | Typejar |
Description |
DescriptionNG xSpring AOP logging
Declarative annotation based logging utility for Java Spring applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xspring-aop-logging-0.3.2.pom | |
xspring-aop-logging-0.3.2.jar | 48 KB |
xspring-aop-logging-0.3.2-sources.jar | 25 KB |
xspring-aop-logging-0.3.2-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nickvl/xspring-aop-logging/ -->
<dependency>
<groupId>com.github.nickvl</groupId>
<artifactId>xspring-aop-logging</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nickvl/xspring-aop-logging/
implementation 'com.github.nickvl:xspring-aop-logging:0.3.2'
// https://jarcasting.com/artifacts/com.github.nickvl/xspring-aop-logging/
implementation ("com.github.nickvl:xspring-aop-logging:0.3.2")
'com.github.nickvl:xspring-aop-logging:jar:0.3.2'
<dependency org="com.github.nickvl" name="xspring-aop-logging" rev="0.3.2">
<artifact name="xspring-aop-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nickvl', module='xspring-aop-logging', version='0.3.2')
)
libraryDependencies += "com.github.nickvl" % "xspring-aop-logging" % "0.3.2"
[com.github.nickvl/xspring-aop-logging "0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 3.2.0.RELEASE |
org.springframework : spring-context | jar | 3.2.0.RELEASE |
org.springframework : spring-aop | jar | 3.2.0.RELEASE |
org.aspectj : aspectjweaver | jar | 1.6.8 |
org.springframework : spring-test | jar | 3.2.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
junit : junit | jar | 4.11 |
org.easymock : easymock | jar | 3.2 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |