License |
License |
---|---|
GroupId | GroupIdcom.xfinity |
ArtifactId | ArtifactIdblueprint-annotations |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBlueprint Annotations
Annotations Library for Blueprint, a compact framework for constructing mvp architectures in Android
|
Project URL |
Project URL |
Filename | Size |
---|---|
blueprint-annotations-2.0.0.pom | |
blueprint-annotations-2.0.0.jar | 4 KB |
blueprint-annotations-2.0.0-sources.jar | 2 KB |
blueprint-annotations-2.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.xfinity/blueprint-annotations/ -->
<dependency>
<groupId>com.xfinity</groupId>
<artifactId>blueprint-annotations</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xfinity/blueprint-annotations/
implementation 'com.xfinity:blueprint-annotations:2.0.0'
// https://jarcasting.com/artifacts/com.xfinity/blueprint-annotations/
implementation ("com.xfinity:blueprint-annotations:2.0.0")
'com.xfinity:blueprint-annotations:jar:2.0.0'
<dependency org="com.xfinity" name="blueprint-annotations" rev="2.0.0">
<artifact name="blueprint-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xfinity', module='blueprint-annotations', version='2.0.0')
)
libraryDependencies += "com.xfinity" % "blueprint-annotations" % "2.0.0"
[com.xfinity/blueprint-annotations "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.70 |