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