GroupId | GroupIdcom.dropbox.mobile.store |
---|---|
ArtifactId | ArtifactIdmulticast |
Version | Version4.0.0-alpha03 |
Type | Typejar |
Filename | Size |
---|---|
multicast-4.0.0-alpha03.pom | |
multicast-4.0.0-alpha03.jar | 65 KB |
multicast-4.0.0-alpha03-sources.jar | 8 KB |
multicast-4.0.0-alpha03-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.dropbox.mobile.store/multicast/ -->
<dependency>
<groupId>com.dropbox.mobile.store</groupId>
<artifactId>multicast</artifactId>
<version>4.0.0-alpha03</version>
</dependency>
// https://jarcasting.com/artifacts/com.dropbox.mobile.store/multicast/
implementation 'com.dropbox.mobile.store:multicast:4.0.0-alpha03'
// https://jarcasting.com/artifacts/com.dropbox.mobile.store/multicast/
implementation ("com.dropbox.mobile.store:multicast:4.0.0-alpha03")
'com.dropbox.mobile.store:multicast:jar:4.0.0-alpha03'
<dependency org="com.dropbox.mobile.store" name="multicast" rev="4.0.0-alpha03">
<artifact name="multicast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dropbox.mobile.store', module='multicast', version='4.0.0-alpha03')
)
libraryDependencies += "com.dropbox.mobile.store" % "multicast" % "4.0.0-alpha03"
[com.dropbox.mobile.store/multicast "4.0.0-alpha03"]