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