License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Logging Application Layer Libs |
GroupId | GroupIdio.quarkiverse.loggingsentry |
ArtifactId | ArtifactIdquarkus-logging-sentry-parent |
Version | Version1.0.2 |
Type | Typepom |
Description |
DescriptionQuarkus - Logging - Sentry - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-logging-sentry-parent-1.0.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.loggingsentry/quarkus-logging-sentry-parent/ -->
<dependency>
<groupId>io.quarkiverse.loggingsentry</groupId>
<artifactId>quarkus-logging-sentry-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.loggingsentry/quarkus-logging-sentry-parent/
implementation 'io.quarkiverse.loggingsentry:quarkus-logging-sentry-parent:1.0.2'
// https://jarcasting.com/artifacts/io.quarkiverse.loggingsentry/quarkus-logging-sentry-parent/
implementation ("io.quarkiverse.loggingsentry:quarkus-logging-sentry-parent:1.0.2")
'io.quarkiverse.loggingsentry:quarkus-logging-sentry-parent:pom:1.0.2'
<dependency org="io.quarkiverse.loggingsentry" name="quarkus-logging-sentry-parent" rev="1.0.2">
<artifact name="quarkus-logging-sentry-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.loggingsentry', module='quarkus-logging-sentry-parent', version='1.0.2')
)
libraryDependencies += "io.quarkiverse.loggingsentry" % "quarkus-logging-sentry-parent" % "1.0.2"
[io.quarkiverse.loggingsentry/quarkus-logging-sentry-parent "1.0.2"]