GroupId | GroupIdcom.wealthfront |
---|---|
ArtifactId | ArtifactIdblend-support |
Version | Version0.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
blend-support-0.2.1.pom | |
blend-support-0.2.1.aar | 17 KB |
blend-support-0.2.1-sources.jar | 575 bytes |
blend-support-0.2.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.wealthfront/blend-support/ -->
<dependency>
<groupId>com.wealthfront</groupId>
<artifactId>blend-support</artifactId>
<version>0.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.wealthfront/blend-support/
implementation 'com.wealthfront:blend-support:0.2.1'
// https://jarcasting.com/artifacts/com.wealthfront/blend-support/
implementation ("com.wealthfront:blend-support:0.2.1")
'com.wealthfront:blend-support:aar:0.2.1'
<dependency org="com.wealthfront" name="blend-support" rev="0.2.1">
<artifact name="blend-support" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.wealthfront', module='blend-support', version='0.2.1')
)
libraryDependencies += "com.wealthfront" % "blend-support" % "0.2.1"
[com.wealthfront/blend-support "0.2.1"]