License |
License |
---|---|
GroupId | GroupIdcom.xfinity |
ArtifactId | ArtifactIdblueprint-architecture |
Version | Version1.7.0 |
Type | Typeaar |
Description |
DescriptionBlueprint Architecture
A collection of architectural components for accelerating Android development with the Blueprint Framework
|
Project URL |
Project URL |
Filename | Size |
---|---|
blueprint-architecture-1.7.0.pom | |
blueprint-architecture-1.7.0.aar | 50 KB |
blueprint-architecture-1.7.0-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xfinity/blueprint-architecture/ -->
<dependency>
<groupId>com.xfinity</groupId>
<artifactId>blueprint-architecture</artifactId>
<version>1.7.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.xfinity/blueprint-architecture/
implementation 'com.xfinity:blueprint-architecture:1.7.0'
// https://jarcasting.com/artifacts/com.xfinity/blueprint-architecture/
implementation ("com.xfinity:blueprint-architecture:1.7.0")
'com.xfinity:blueprint-architecture:aar:1.7.0'
<dependency org="com.xfinity" name="blueprint-architecture" rev="1.7.0">
<artifact name="blueprint-architecture" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.xfinity', module='blueprint-architecture', version='1.7.0')
)
libraryDependencies += "com.xfinity" % "blueprint-architecture" % "1.7.0"
[com.xfinity/blueprint-architecture "1.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.xfinity : blueprint-library | jar | 1.7.0 |
androidx.appcompat » appcompat | jar | 1.0.0 |
com.google.android.material » material | jar | 1.0.0 |
androidx.constraintlayout » constraintlayout | jar | 1.1.3 |
in.srain.cube : ultra-ptr | jar | 1.0.11 |
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.70 |