| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.future94 |
| Идентификатор | Идентификаторalarm-log |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типpom |
| Описание |
Описаниеalarm-log
a lightweight log exception alert framework
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| alarm-log-1.0.0.RELEASE.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.future94/alarm-log/ -->
<dependency>
<groupId>com.future94</groupId>
<artifactId>alarm-log</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.future94/alarm-log/
implementation 'com.future94:alarm-log:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.future94/alarm-log/
implementation ("com.future94:alarm-log:1.0.0.RELEASE")
'com.future94:alarm-log:pom:1.0.0.RELEASE'
<dependency org="com.future94" name="alarm-log" rev="1.0.0.RELEASE">
<artifact name="alarm-log" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.future94', module='alarm-log', version='1.0.0.RELEASE')
)
libraryDependencies += "com.future94" % "alarm-log" % "1.0.0.RELEASE"
[com.future94/alarm-log "1.0.0.RELEASE"]