License |
License |
---|---|
GroupId | GroupIdcom.xfinity |
ArtifactId | ArtifactIdblueprint-library |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionBlueprint Library
Blueprint is a compact framework for constructing mvp architectures in Android within a scrollable, multi-view-type list UI
|
Project URL |
Project URL |
Filename | Size |
---|---|
blueprint-library-2.0.0.pom | |
blueprint-library-2.0.0.aar | 39 KB |
blueprint-library-2.0.0-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xfinity/blueprint-library/ -->
<dependency>
<groupId>com.xfinity</groupId>
<artifactId>blueprint-library</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.xfinity/blueprint-library/
implementation 'com.xfinity:blueprint-library:2.0.0'
// https://jarcasting.com/artifacts/com.xfinity/blueprint-library/
implementation ("com.xfinity:blueprint-library:2.0.0")
'com.xfinity:blueprint-library:aar:2.0.0'
<dependency org="com.xfinity" name="blueprint-library" rev="2.0.0">
<artifact name="blueprint-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.xfinity', module='blueprint-library', version='2.0.0')
)
libraryDependencies += "com.xfinity" % "blueprint-library" % "2.0.0"
[com.xfinity/blueprint-library "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.0.0 |
androidx.recyclerview » recyclerview | jar | 1.0.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.70 |