| GroupId | GroupIdcom.github.icebuf |
|---|---|
| ArtifactId | ArtifactIdalog |
| Version | Version0.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| alog-0.0.5.pom | |
| alog-0.0.5.jar | 3 KB |
| alog-0.0.5-sources.jar | 3 KB |
| alog-0.0.5-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.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"]