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