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