| Группа | Группаcom.github.icebuf |
|---|---|
| Идентификатор | Идентификаторalog-compiler |
| Версия | Версия0.0.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| alog-compiler-0.0.5.pom | |
| alog-compiler-0.0.5.jar | 9 KB |
| alog-compiler-0.0.5-sources.jar | 5 KB |
| alog-compiler-0.0.5-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.icebuf/alog-compiler/ -->
<dependency>
<groupId>com.github.icebuf</groupId>
<artifactId>alog-compiler</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.icebuf/alog-compiler/
implementation 'com.github.icebuf:alog-compiler:0.0.5'
// https://jarcasting.com/artifacts/com.github.icebuf/alog-compiler/
implementation ("com.github.icebuf:alog-compiler:0.0.5")
'com.github.icebuf:alog-compiler:jar:0.0.5'
<dependency org="com.github.icebuf" name="alog-compiler" rev="0.0.5">
<artifact name="alog-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.icebuf', module='alog-compiler', version='0.0.5')
)
libraryDependencies += "com.github.icebuf" % "alog-compiler" % "0.0.5"
[com.github.icebuf/alog-compiler "0.0.5"]