License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.shedhack |
ArtifactId | ArtifactIdshedhack-logging |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionshedhack-logging
Re-usable spring aop logger.
|
Project URL |
Project URL |
Filename | Size |
---|---|
shedhack-logging-1.0.0.pom | |
shedhack-logging-1.0.0.jar | 7 KB |
shedhack-logging-1.0.0-sources.jar | 4 KB |
shedhack-logging-1.0.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shedhack/shedhack-logging/ -->
<dependency>
<groupId>com.shedhack</groupId>
<artifactId>shedhack-logging</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.shedhack/shedhack-logging/
implementation 'com.shedhack:shedhack-logging:1.0.0'
// https://jarcasting.com/artifacts/com.shedhack/shedhack-logging/
implementation ("com.shedhack:shedhack-logging:1.0.0")
'com.shedhack:shedhack-logging:jar:1.0.0'
<dependency org="com.shedhack" name="shedhack-logging" rev="1.0.0">
<artifact name="shedhack-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shedhack', module='shedhack-logging', version='1.0.0')
)
libraryDependencies += "com.shedhack" % "shedhack-logging" % "1.0.0"
[com.shedhack/shedhack-logging "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 3.1.1.RELEASE |
org.springframework : spring-aop | jar | 3.1.1.RELEASE |
org.springframework : spring-aspects | jar | 3.1.1.RELEASE |
org.springframework : spring-context | jar | 3.1.1.RELEASE |
org.aspectj : aspectjrt | jar | 1.6.12 |
org.aspectj : aspectjweaver | jar | 1.6.12 |
cglib : cglib | jar | 2.2 |
org.slf4j : slf4j-api | jar | 1.6.4 |
ch.qos.logback : logback-classic | jar | 1.0.1 |
ch.qos.logback : logback-core | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 3.1.1.RELEASE |
junit : junit | jar | 4.8.1 |