Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.airbnb.android |
ArtifactId | ArtifactIdepoxy-databinding |
Version | Version2.5.1 |
Type | Typeaar |
Filename | Size |
---|---|
epoxy-databinding-2.5.1.pom | |
epoxy-databinding-2.5.1.aar | 27 KB |
epoxy-databinding-2.5.1-sources.jar | 2 KB |
epoxy-databinding-2.5.1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.airbnb.android/epoxy-databinding/ -->
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>epoxy-databinding</artifactId>
<version>2.5.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-databinding/
implementation 'com.airbnb.android:epoxy-databinding:2.5.1'
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-databinding/
implementation ("com.airbnb.android:epoxy-databinding:2.5.1")
'com.airbnb.android:epoxy-databinding:aar:2.5.1'
<dependency org="com.airbnb.android" name="epoxy-databinding" rev="2.5.1">
<artifact name="epoxy-databinding" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='epoxy-databinding', version='2.5.1')
)
libraryDependencies += "com.airbnb.android" % "epoxy-databinding" % "2.5.1"
[com.airbnb.android/epoxy-databinding "2.5.1"]