License |
License |
---|---|
GroupId | GroupIdcom.airbnb.android |
ArtifactId | ArtifactIdepoxy-annotations |
Last Version | Last Version5.0.0-beta05 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEpoxy annotations
Epoxy is a system for composing complex screens with a ReyclerView in Android.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.airbnb.android/epoxy-annotations/ -->
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>epoxy-annotations</artifactId>
<version>5.0.0-beta05</version>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-annotations/
implementation 'com.airbnb.android:epoxy-annotations:5.0.0-beta05'
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-annotations/
implementation ("com.airbnb.android:epoxy-annotations:5.0.0-beta05")
'com.airbnb.android:epoxy-annotations:jar:5.0.0-beta05'
<dependency org="com.airbnb.android" name="epoxy-annotations" rev="5.0.0-beta05">
<artifact name="epoxy-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='epoxy-annotations', version='5.0.0-beta05')
)
libraryDependencies += "com.airbnb.android" % "epoxy-annotations" % "5.0.0-beta05"
[com.airbnb.android/epoxy-annotations "5.0.0-beta05"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.31 |
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.2.0 |