License |
License |
---|---|
GroupId | GroupIdcom.github.sea-huang |
ArtifactId | ArtifactIdloggable |
Version | Version1.3.0 |
Type | Typejar |
Description |
Descriptionloggable
AOP to log java methods developed by SeaHuang
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
loggable-1.3.0.pom | |
loggable-1.3.0.jar | 38 KB |
loggable-1.3.0-sources.jar | 23 KB |
loggable-1.3.0-javadoc.jar | 232 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sea-huang/loggable/ -->
<dependency>
<groupId>com.github.sea-huang</groupId>
<artifactId>loggable</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sea-huang/loggable/
implementation 'com.github.sea-huang:loggable:1.3.0'
// https://jarcasting.com/artifacts/com.github.sea-huang/loggable/
implementation ("com.github.sea-huang:loggable:1.3.0")
'com.github.sea-huang:loggable:jar:1.3.0'
<dependency org="com.github.sea-huang" name="loggable" rev="1.3.0">
<artifact name="loggable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sea-huang', module='loggable', version='1.3.0')
)
libraryDependencies += "com.github.sea-huang" % "loggable" % "1.3.0"
[com.github.sea-huang/loggable "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-aop | jar | |
org.slf4j : slf4j-api | jar | |
org.springframework.boot : spring-boot-starter-validation Optional | jar | |
com.alibaba : fastjson Optional | jar | 1.2.47 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | |
com.google.code.gson : gson Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-log4j | jar | 1.3.8.RELEASE |
org.springframework.boot : spring-boot-test | jar | |
org.springframework : spring-test | jar | |
junit : junit | jar |