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