GroupId | GroupIdcom.dropbox.dropshots |
---|---|
ArtifactId | ArtifactIddropshots |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
dropshots-0.1.0.pom | |
dropshots-0.1.0-sources.jar | 261 bytes |
dropshots-0.1.0-javadoc.jar | 300 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dropbox.dropshots/dropshots/ -->
<dependency>
<groupId>com.dropbox.dropshots</groupId>
<artifactId>dropshots</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.dropbox.dropshots/dropshots/
implementation 'com.dropbox.dropshots:dropshots:0.1.0'
// https://jarcasting.com/artifacts/com.dropbox.dropshots/dropshots/
implementation ("com.dropbox.dropshots:dropshots:0.1.0")
'com.dropbox.dropshots:dropshots:aar:0.1.0'
<dependency org="com.dropbox.dropshots" name="dropshots" rev="0.1.0">
<artifact name="dropshots" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.dropbox.dropshots', module='dropshots', version='0.1.0')
)
libraryDependencies += "com.dropbox.dropshots" % "dropshots" % "0.1.0"
[com.dropbox.dropshots/dropshots "0.1.0"]