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