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