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