| License |
License |
|---|---|
| Categories |
CategoriesQuarkus Container Microservices JSON Data Logging Application Layer Libs |
| GroupId | GroupIdeu.mulk.quarkus-googlecloud-jsonlogging |
| ArtifactId | ArtifactIdquarkus-googlecloud-jsonlogging-parent |
| Last Version | Last Version4.0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionQuarkus Google Cloud JSON Logging Extension - Parent
A Quarkus extension that logs to standard output in a JSON format
compatible with Google Cloud Logging.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| quarkus-googlecloud-jsonlogging-parent-4.0.1.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/eu.mulk.quarkus-googlecloud-jsonlogging/quarkus-googlecloud-jsonlogging-parent/ -->
<dependency>
<groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId>
<artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId>
<version>4.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/eu.mulk.quarkus-googlecloud-jsonlogging/quarkus-googlecloud-jsonlogging-parent/
implementation 'eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging-parent:4.0.1'
// https://jarcasting.com/artifacts/eu.mulk.quarkus-googlecloud-jsonlogging/quarkus-googlecloud-jsonlogging-parent/
implementation ("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging-parent:4.0.1")
'eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging-parent:pom:4.0.1'
<dependency org="eu.mulk.quarkus-googlecloud-jsonlogging" name="quarkus-googlecloud-jsonlogging-parent" rev="4.0.1">
<artifact name="quarkus-googlecloud-jsonlogging-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='eu.mulk.quarkus-googlecloud-jsonlogging', module='quarkus-googlecloud-jsonlogging-parent', version='4.0.1')
)
libraryDependencies += "eu.mulk.quarkus-googlecloud-jsonlogging" % "quarkus-googlecloud-jsonlogging-parent" % "4.0.1"
[eu.mulk.quarkus-googlecloud-jsonlogging/quarkus-googlecloud-jsonlogging-parent "4.0.1"]