Categories |
CategoriesLogback Application Layer Libs Logging Bootique User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.bootique.logback |
ArtifactId | ArtifactIdbootique-logback-sentry |
Version | Version1.0.RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback-sentry/ -->
<dependency>
<groupId>io.bootique.logback</groupId>
<artifactId>bootique-logback-sentry</artifactId>
<version>1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback-sentry/
implementation 'io.bootique.logback:bootique-logback-sentry:1.0.RC1'
// https://jarcasting.com/artifacts/io.bootique.logback/bootique-logback-sentry/
implementation ("io.bootique.logback:bootique-logback-sentry:1.0.RC1")
'io.bootique.logback:bootique-logback-sentry:jar:1.0.RC1'
<dependency org="io.bootique.logback" name="bootique-logback-sentry" rev="1.0.RC1">
<artifact name="bootique-logback-sentry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.logback', module='bootique-logback-sentry', version='1.0.RC1')
)
libraryDependencies += "io.bootique.logback" % "bootique-logback-sentry" % "1.0.RC1"
[io.bootique.logback/bootique-logback-sentry "1.0.RC1"]