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