MVN

com.xfinity : blueprint-compiler

Maven & Gradle

Jun 29, 2023
21 stars

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

<dependency>
    <groupId>com.xfinity</groupId>
    <artifactId>blueprint-compiler</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xfinity : blueprint-compiler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of com.xfinity : blueprint-compiler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
blueprint-compiler-2.5.0
2.4.x
blueprint-compiler-2.4.0
2.2.x
blueprint-compiler-2.2.0
2.1.x
blueprint-compiler-2.1.0
2.0.x
blueprint-compiler-2.0.0
1.7.x
blueprint-compiler-1.7.0
1.5.x
blueprint-compiler-1.5.0
1.4.x
blueprint-compiler-1.4.0
1.3.x
blueprint-compiler-1.3.0
1.2.x
blueprint-compiler-1.2.3
blueprint-compiler-1.2.2
blueprint-compiler-1.2.1
blueprint-compiler-1.2.0
1.1.x
blueprint-compiler-1.1.0
1.0.x
blueprint-compiler-1.0.0
0.9.x
blueprint-compiler-0.9.7
blueprint-compiler-0.9.6
blueprint-compiler-0.9.5

How to add a dependency to Maven

Add the following com.xfinity : blueprint-compiler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xfinity</groupId>
    <artifactId>blueprint-compiler</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xfinity : blueprint-compiler gradle dependency to your build.gradle file:

implementation 'com.xfinity:blueprint-compiler:2.5.0'

Gradle Kotlin DSL: Add the following com.xfinity : blueprint-compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xfinity:blueprint-compiler:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xfinity : blueprint-compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xfinity" % "blueprint-compiler" % "2.5.0"

Advertisement