GroupId | GroupIdcom.dropbox.mobile.store |
---|---|
ArtifactId | ArtifactIdmulticast |
Version | Version4.0.0-alpha01 |
Type | Typejar |
Filename | Size |
---|---|
multicast-4.0.0-alpha01.pom | |
multicast-4.0.0-alpha01.jar | 64 KB |
multicast-4.0.0-alpha01-sources.jar | 8 KB |
multicast-4.0.0-alpha01-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-alpha01</version>
</dependency>
// https://jarcasting.com/artifacts/com.dropbox.mobile.store/multicast/
implementation 'com.dropbox.mobile.store:multicast:4.0.0-alpha01'
// https://jarcasting.com/artifacts/com.dropbox.mobile.store/multicast/
implementation ("com.dropbox.mobile.store:multicast:4.0.0-alpha01")
'com.dropbox.mobile.store:multicast:jar:4.0.0-alpha01'
<dependency org="com.dropbox.mobile.store" name="multicast" rev="4.0.0-alpha01">
<artifact name="multicast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dropbox.mobile.store', module='multicast', version='4.0.0-alpha01')
)
libraryDependencies += "com.dropbox.mobile.store" % "multicast" % "4.0.0-alpha01"
[com.dropbox.mobile.store/multicast "4.0.0-alpha01"]