GroupId | GroupIdcom.shakebugs |
---|---|
ArtifactId | ArtifactIdshake-staging |
Version | Version14.3.0-rc.1089 |
Type | Typeaar |
Filename | Size |
---|---|
shake-staging-14.3.0-rc.1089.pom | |
shake-staging-14.3.0-rc.1089-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.shakebugs/shake-staging/ -->
<dependency>
<groupId>com.shakebugs</groupId>
<artifactId>shake-staging</artifactId>
<version>14.3.0-rc.1089</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.shakebugs/shake-staging/
implementation 'com.shakebugs:shake-staging:14.3.0-rc.1089'
// https://jarcasting.com/artifacts/com.shakebugs/shake-staging/
implementation ("com.shakebugs:shake-staging:14.3.0-rc.1089")
'com.shakebugs:shake-staging:aar:14.3.0-rc.1089'
<dependency org="com.shakebugs" name="shake-staging" rev="14.3.0-rc.1089">
<artifact name="shake-staging" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.shakebugs', module='shake-staging', version='14.3.0-rc.1089')
)
libraryDependencies += "com.shakebugs" % "shake-staging" % "14.3.0-rc.1089"
[com.shakebugs/shake-staging "14.3.0-rc.1089"]