Files download
File Operation
autolog-1.2.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.maximevw</groupId>
  <artifactId>autolog</artifactId>
  <version>1.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.maximevw:autolog:1.2.0'
Gradle Kotlin
implementation("com.github.maximevw:autolog:1.2.0")
Scala SBT
libraryDependencies += "com.github.maximevw" % "autolog" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.maximevw', module='autolog', version='1.2.0')
)
Apache Ivy
<dependency org="com.github.maximevw" name="autolog" rev="1.2.0" />
Leiningen
[com.github.maximevw/autolog "1.2.0"]
Apache Buildr
'com.github.maximevw:autolog:jar:1.2.0'
Dependencies
The project has no third-party dependencies