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