is not current version
Last Version 0.0.6

com.github.icebuf:alog 0.0.5

Auto log annotation

GroupId

GroupId

com.github.icebuf
ArtifactId

ArtifactId

alog
Version

Version

0.0.5
Type

Type

jar

Download alog 0.0.5


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