License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdio.github.aaabramov |
ArtifactId | ArtifactIdglogging |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionglogging
Logback layout for Google Structured logging
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
glogging-0.0.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.aaabramov/glogging/ -->
<dependency>
<groupId>io.github.aaabramov</groupId>
<artifactId>glogging</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.aaabramov/glogging/
implementation 'io.github.aaabramov:glogging:0.0.2'
// https://jarcasting.com/artifacts/io.github.aaabramov/glogging/
implementation ("io.github.aaabramov:glogging:0.0.2")
'io.github.aaabramov:glogging:pom:0.0.2'
<dependency org="io.github.aaabramov" name="glogging" rev="0.0.2">
<artifact name="glogging" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.aaabramov', module='glogging', version='0.0.2')
)
libraryDependencies += "io.github.aaabramov" % "glogging" % "0.0.2"
[io.github.aaabramov/glogging "0.0.2"]