| License |
License |
|---|---|
| GroupId | GroupIdcom.github.icebuf |
| ArtifactId | ArtifactIdalog |
| Version | Version0.0.6 |
| Type | Typejar |
| Description |
Descriptionlibalog
Auto log annotation
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| alog-0.0.6.pom | |
| alog-0.0.6.jar | 3 KB |
| alog-0.0.6-sources.jar | 3 KB |
| alog-0.0.6-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.icebuf/alog/ -->
<dependency>
<groupId>com.github.icebuf</groupId>
<artifactId>alog</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.icebuf/alog/
implementation 'com.github.icebuf:alog:0.0.6'
// https://jarcasting.com/artifacts/com.github.icebuf/alog/
implementation ("com.github.icebuf:alog:0.0.6")
'com.github.icebuf:alog:jar:0.0.6'
<dependency org="com.github.icebuf" name="alog" rev="0.0.6">
<artifact name="alog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.icebuf', module='alog', version='0.0.6')
)
libraryDependencies += "com.github.icebuf" % "alog" % "0.0.6"
[com.github.icebuf/alog "0.0.6"]