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