is not current version
Last Version 2.0.0

com.xfinity:blueprint-compiler 0.9.5

Annotations Processor for Blueprint, a compact framework for constructing mvp architectures in Android

GroupId

GroupId

com.xfinity
ArtifactId

ArtifactId

blueprint-compiler
Version

Version

0.9.5
Type

Type

jar

Download blueprint-compiler 0.9.5


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