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