is not current version
Last Version 1.2.0

com.github.maximevw:autolog 1.1.0

Automatic logging for Java applications

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.maximevw
ArtifactId

ArtifactId

autolog
Version

Version

1.1.0
Type

Type

pom

Download autolog 1.1.0

Filename Size
autolog-1.1.0.pom 29 KB
Browse

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