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