| GroupId | GroupIdus.joshuatreesoftware |
|---|---|
| ArtifactId | ArtifactIdsentry |
| Version | Version1.0-RC31 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sentry-1.0-RC31.pom | |
| sentry-1.0-RC31.jar | 68 KB |
| sentry-1.0-RC31-sources.jar | 47 KB |
| sentry-1.0-RC31-javadoc.jar | 90 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/us.joshuatreesoftware/sentry/ -->
<dependency>
<groupId>us.joshuatreesoftware</groupId>
<artifactId>sentry</artifactId>
<version>1.0-RC31</version>
</dependency>
// https://jarcasting.com/artifacts/us.joshuatreesoftware/sentry/
implementation 'us.joshuatreesoftware:sentry:1.0-RC31'
// https://jarcasting.com/artifacts/us.joshuatreesoftware/sentry/
implementation ("us.joshuatreesoftware:sentry:1.0-RC31")
'us.joshuatreesoftware:sentry:jar:1.0-RC31'
<dependency org="us.joshuatreesoftware" name="sentry" rev="1.0-RC31">
<artifact name="sentry" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.joshuatreesoftware', module='sentry', version='1.0-RC31')
)
libraryDependencies += "us.joshuatreesoftware" % "sentry" % "1.0-RC31"
[us.joshuatreesoftware/sentry "1.0-RC31"]