is not current version
Last Version 2.0.0

com.xfinity:blueprint-library 0.9.6

Blueprint is a compact framework for constructing mvp architectures in Android within a scrollable, multi-view-type list UI

GroupId

GroupId

com.xfinity
ArtifactId

ArtifactId

blueprint-library
Version

Version

0.9.6
Type

Type

aar

Download blueprint-library 0.9.6


<!-- https://jarcasting.com/artifacts/com.xfinity/blueprint-library/ -->
<dependency>
    <groupId>com.xfinity</groupId>
    <artifactId>blueprint-library</artifactId>
    <version>0.9.6</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.xfinity/blueprint-library/
implementation 'com.xfinity:blueprint-library:0.9.6'
// https://jarcasting.com/artifacts/com.xfinity/blueprint-library/
implementation ("com.xfinity:blueprint-library:0.9.6")
'com.xfinity:blueprint-library:aar:0.9.6'
<dependency org="com.xfinity" name="blueprint-library" rev="0.9.6">
  <artifact name="blueprint-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.xfinity', module='blueprint-library', version='0.9.6')
)
libraryDependencies += "com.xfinity" % "blueprint-library" % "0.9.6"
[com.xfinity/blueprint-library "0.9.6"]