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