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