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