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