Last Version

Autolog 1.2.0

Automatic logging for Java applications

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.maximevw
ArtifactId

ArtifactId

autolog
Version

Version

1.2.0
Type

Type

pom
Description

Description

Autolog
Automatic logging for Java applications
Project URL

Project URL

https://github.com/maximevw/autolog
Project Organization

Project Organization

Maxime WIEWIORA
Source Code Management

Source Code Management

https://github.com/maximevw/autolog

Download autolog 1.2.0

Filename Size
autolog-1.2.0.pom 30 KB
Browse

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

Dependencies

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

Project Modules

  • autolog-core
  • autolog-aspectj
  • autolog-spring
  • autolog-coverage-reporting