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