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