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