is not current version
Last Version 1.2.0

com.github.maximevw:autolog-spring 1.0.0

Module to integrate automatic logging in Spring applications

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.maximevw
ArtifactId

ArtifactId

autolog-spring
Version

Version

1.0.0
Type

Type

jar

Download autolog-spring 1.0.0


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