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