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