License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices JSON Data Logging Application Layer Libs |
GroupId | GroupIdeu.mulk.quarkus-googlecloud-jsonlogging |
ArtifactId | ArtifactIdquarkus-googlecloud-jsonlogging-parent |
Version | Version1.1.0 |
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-1.1.0.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>1.1.0</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:1.1.0'
// https://jarcasting.com/artifacts/eu.mulk.quarkus-googlecloud-jsonlogging/quarkus-googlecloud-jsonlogging-parent/
implementation ("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging-parent:1.1.0")
'eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging-parent:pom:1.1.0'
<dependency org="eu.mulk.quarkus-googlecloud-jsonlogging" name="quarkus-googlecloud-jsonlogging-parent" rev="1.1.0">
<artifact name="quarkus-googlecloud-jsonlogging-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='eu.mulk.quarkus-googlecloud-jsonlogging', module='quarkus-googlecloud-jsonlogging-parent', version='1.1.0')
)
libraryDependencies += "eu.mulk.quarkus-googlecloud-jsonlogging" % "quarkus-googlecloud-jsonlogging-parent" % "1.1.0"
[eu.mulk.quarkus-googlecloud-jsonlogging/quarkus-googlecloud-jsonlogging-parent "1.1.0"]