License |
License |
---|---|
GroupId | GroupIdcom.xfinity |
ArtifactId | ArtifactIdblueprint-compiler |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBlueprint Compiler
Annotations Processor for Blueprint, a compact framework for constructing mvp architectures in Android
|
Project URL |
Project URL |
Filename | Size |
---|---|
blueprint-compiler-2.0.0.pom | |
blueprint-compiler-2.0.0.jar | 19 KB |
blueprint-compiler-2.0.0-sources.jar | 10 KB |
blueprint-compiler-2.0.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xfinity/blueprint-compiler/ -->
<dependency>
<groupId>com.xfinity</groupId>
<artifactId>blueprint-compiler</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xfinity/blueprint-compiler/
implementation 'com.xfinity:blueprint-compiler:2.0.0'
// https://jarcasting.com/artifacts/com.xfinity/blueprint-compiler/
implementation ("com.xfinity:blueprint-compiler:2.0.0")
'com.xfinity:blueprint-compiler:jar:2.0.0'
<dependency org="com.xfinity" name="blueprint-compiler" rev="2.0.0">
<artifact name="blueprint-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xfinity', module='blueprint-compiler', version='2.0.0')
)
libraryDependencies += "com.xfinity" % "blueprint-compiler" % "2.0.0"
[com.xfinity/blueprint-compiler "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.xfinity : blueprint-annotations | jar | 2.0.0 |
com.google.auto.service : auto-service | jar | 1.0-rc3 |
com.squareup : javapoet | jar | 1.9.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.70 |
androidx.recyclerview » recyclerview | jar | 1.0.0 |