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