is not current version
Last Version 2.0.0

com.xfinity:blueprint-compiler 1.3.0

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

GroupId

GroupId

com.xfinity
ArtifactId

ArtifactId

blueprint-compiler
Version

Version

1.3.0
Type

Type

jar

Download blueprint-compiler 1.3.0


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