| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.airbnb.android |
| ArtifactId | ArtifactIdepoxy-databinding |
| Version | Version3.0.0-rc1 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.airbnb.android/epoxy-databinding/ -->
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>epoxy-databinding</artifactId>
<version>3.0.0-rc1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-databinding/
implementation 'com.airbnb.android:epoxy-databinding:3.0.0-rc1'
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-databinding/
implementation ("com.airbnb.android:epoxy-databinding:3.0.0-rc1")
'com.airbnb.android:epoxy-databinding:aar:3.0.0-rc1'
<dependency org="com.airbnb.android" name="epoxy-databinding" rev="3.0.0-rc1">
<artifact name="epoxy-databinding" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='epoxy-databinding', version='3.0.0-rc1')
)
libraryDependencies += "com.airbnb.android" % "epoxy-databinding" % "3.0.0-rc1"
[com.airbnb.android/epoxy-databinding "3.0.0-rc1"]