Last Version

aspect-log 1.2

a lightweight log aspect framework

License

License

GroupId

GroupId

com.yomahub
ArtifactId

ArtifactId

aspect-log
Version

Version

1.2
Type

Type

pom
Description

Description

aspect-log
a lightweight log aspect framework
Project URL

Project URL

https://github.com/bryan31/aspect-log

Download aspect-log 1.2

Filename Size
aspect-log-1.2.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.yomahub/aspect-log/ -->
<dependency>
    <groupId>com.yomahub</groupId>
    <artifactId>aspect-log</artifactId>
    <version>1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/aspect-log/
implementation 'com.yomahub:aspect-log:1.2'
// https://jarcasting.com/artifacts/com.yomahub/aspect-log/
implementation ("com.yomahub:aspect-log:1.2")
'com.yomahub:aspect-log:pom:1.2'
<dependency org="com.yomahub" name="aspect-log" rev="1.2">
  <artifact name="aspect-log" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='aspect-log', version='1.2')
)
libraryDependencies += "com.yomahub" % "aspect-log" % "1.2"
[com.yomahub/aspect-log "1.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • aspect-log-core
  • aspect-log-spring-boot-starter
  • aspect-log-test-logback
  • aspect-log-test-log4j
  • aspect-log-test-log4j2