License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.xfinity |
ArtifactId | ArtifactIdresourceprovider-compiler |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionResource Provider Compiler
Annotations Processor for Resource Provider, an MVP Resources API for Android
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.xfinity/resourceprovider-compiler/ -->
<dependency>
<groupId>com.xfinity</groupId>
<artifactId>resourceprovider-compiler</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xfinity/resourceprovider-compiler/
implementation 'com.xfinity:resourceprovider-compiler:1.2.1'
// https://jarcasting.com/artifacts/com.xfinity/resourceprovider-compiler/
implementation ("com.xfinity:resourceprovider-compiler:1.2.1")
'com.xfinity:resourceprovider-compiler:jar:1.2.1'
<dependency org="com.xfinity" name="resourceprovider-compiler" rev="1.2.1">
<artifact name="resourceprovider-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xfinity', module='resourceprovider-compiler', version='1.2.1')
)
libraryDependencies += "com.xfinity" % "resourceprovider-compiler" % "1.2.1"
[com.xfinity/resourceprovider-compiler "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.xfinity : resourceprovider-library | jar | 1.2.1 |
com.google.auto.service : auto-service | jar | 1.0-rc2 |
com.squareup : javapoet | jar | 1.8.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.51 |
com.squareup : kotlinpoet | jar | 1.0.0-RC1 |