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