GroupId | GroupIdio.sentry |
---|---|
ArtifactId | ArtifactIdsentry-log4j2 |
Version | Version1.7.11 |
Type | Typejar |
Filename | Size |
---|---|
sentry-log4j2-1.7.11.pom | |
sentry-log4j2-1.7.11.jar | 9 KB |
sentry-log4j2-1.7.11-sources.jar | 4 KB |
sentry-log4j2-1.7.11-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sentry/sentry-log4j2/ -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-log4j2</artifactId>
<version>1.7.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-log4j2/
implementation 'io.sentry:sentry-log4j2:1.7.11'
// https://jarcasting.com/artifacts/io.sentry/sentry-log4j2/
implementation ("io.sentry:sentry-log4j2:1.7.11")
'io.sentry:sentry-log4j2:jar:1.7.11'
<dependency org="io.sentry" name="sentry-log4j2" rev="1.7.11">
<artifact name="sentry-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-log4j2', version='1.7.11')
)
libraryDependencies += "io.sentry" % "sentry-log4j2" % "1.7.11"
[io.sentry/sentry-log4j2 "1.7.11"]