GroupId | GroupIdcom.wealthfront |
---|---|
ArtifactId | ArtifactIdmagellan-rx |
Version | Version2.0.0-beta |
Type | Typeaar |
Filename | Size |
---|---|
magellan-rx-2.0.0-beta.pom | |
magellan-rx-2.0.0-beta-sources.jar | 1 KB |
magellan-rx-2.0.0-beta-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wealthfront/magellan-rx/ -->
<dependency>
<groupId>com.wealthfront</groupId>
<artifactId>magellan-rx</artifactId>
<version>2.0.0-beta</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.wealthfront/magellan-rx/
implementation 'com.wealthfront:magellan-rx:2.0.0-beta'
// https://jarcasting.com/artifacts/com.wealthfront/magellan-rx/
implementation ("com.wealthfront:magellan-rx:2.0.0-beta")
'com.wealthfront:magellan-rx:aar:2.0.0-beta'
<dependency org="com.wealthfront" name="magellan-rx" rev="2.0.0-beta">
<artifact name="magellan-rx" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.wealthfront', module='magellan-rx', version='2.0.0-beta')
)
libraryDependencies += "com.wealthfront" % "magellan-rx" % "2.0.0-beta"
[com.wealthfront/magellan-rx "2.0.0-beta"]