GroupId | GroupIdio.sentry |
---|---|
ArtifactId | ArtifactIdsentry-log4j2 |
Version | Version5.2.0-beta.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.sentry/sentry-log4j2/ -->
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-log4j2</artifactId>
<version>5.2.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.sentry/sentry-log4j2/
implementation 'io.sentry:sentry-log4j2:5.2.0-beta.1'
// https://jarcasting.com/artifacts/io.sentry/sentry-log4j2/
implementation ("io.sentry:sentry-log4j2:5.2.0-beta.1")
'io.sentry:sentry-log4j2:jar:5.2.0-beta.1'
<dependency org="io.sentry" name="sentry-log4j2" rev="5.2.0-beta.1">
<artifact name="sentry-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sentry', module='sentry-log4j2', version='5.2.0-beta.1')
)
libraryDependencies += "io.sentry" % "sentry-log4j2" % "5.2.0-beta.1"
[io.sentry/sentry-log4j2 "5.2.0-beta.1"]