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