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