| Группа | Группаcom.wealthfront |
|---|---|
| Идентификатор | Идентификаторmagellan-support |
| Версия | Версия2.0.0-development |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| magellan-support-2.0.0-development.pom | |
| magellan-support-2.0.0-development-sources.jar | 261 bytes |
| magellan-support-2.0.0-development-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.wealthfront/magellan-support/ -->
<dependency>
<groupId>com.wealthfront</groupId>
<artifactId>magellan-support</artifactId>
<version>2.0.0-development</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.wealthfront/magellan-support/
implementation 'com.wealthfront:magellan-support:2.0.0-development'
// https://jarcasting.com/artifacts/com.wealthfront/magellan-support/
implementation ("com.wealthfront:magellan-support:2.0.0-development")
'com.wealthfront:magellan-support:aar:2.0.0-development'
<dependency org="com.wealthfront" name="magellan-support" rev="2.0.0-development">
<artifact name="magellan-support" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.wealthfront', module='magellan-support', version='2.0.0-development')
)
libraryDependencies += "com.wealthfront" % "magellan-support" % "2.0.0-development"
[com.wealthfront/magellan-support "2.0.0-development"]