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