| License |
License |
|---|---|
| GroupId | GroupIdcom.github.alvazz |
| ArtifactId | ArtifactIdepoxy |
| Last Version | Last Version4.1.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionEpoxy
Epoxy is a system for composing complex screens with a ReyclerView in Android.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| epoxy-4.1.1.pom | |
| epoxy-4.1.1-sources.jar | 169 KB |
| epoxy-4.1.1-javadoc.jar | 880 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.alvazz/epoxy/ -->
<dependency>
<groupId>com.github.alvazz</groupId>
<artifactId>epoxy</artifactId>
<version>4.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.alvazz/epoxy/
implementation 'com.github.alvazz:epoxy:4.1.1'
// https://jarcasting.com/artifacts/com.github.alvazz/epoxy/
implementation ("com.github.alvazz:epoxy:4.1.1")
'com.github.alvazz:epoxy:aar:4.1.1'
<dependency org="com.github.alvazz" name="epoxy" rev="4.1.1">
<artifact name="epoxy" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.alvazz', module='epoxy', version='4.1.1')
)
libraryDependencies += "com.github.alvazz" % "epoxy" % "4.1.1"
[com.github.alvazz/epoxy "4.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.alvazz : epoxy-annotations | jar | 4.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.4.10 |
| androidx.appcompat » appcompat | jar | 1.0.0 |
| androidx.annotation » annotation | jar | 1.0.0 |
| androidx.recyclerview » recyclerview | jar | 1.1.0 |
| com.google.android.material » material | jar | 1.0.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.4.10 |