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