| GroupId | GroupIdcom.github.icebuf |
|---|---|
| ArtifactId | ArtifactIdalog |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| alog-0.0.3.pom | |
| alog-0.0.3.jar | 3 KB |
| alog-0.0.3-sources.jar | 3 KB |
| alog-0.0.3-javadoc.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.icebuf/alog/ -->
<dependency>
<groupId>com.github.icebuf</groupId>
<artifactId>alog</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.icebuf/alog/
implementation 'com.github.icebuf:alog:0.0.3'
// https://jarcasting.com/artifacts/com.github.icebuf/alog/
implementation ("com.github.icebuf:alog:0.0.3")
'com.github.icebuf:alog:jar:0.0.3'
<dependency org="com.github.icebuf" name="alog" rev="0.0.3">
<artifact name="alog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.icebuf', module='alog', version='0.0.3')
)
libraryDependencies += "com.github.icebuf" % "alog" % "0.0.3"
[com.github.icebuf/alog "0.0.3"]