Ripple Drawable

RippleDrawable support library for backward compatibility

License

License

MIT
GroupId

GroupId

systems.furdei
ArtifactId

ArtifactId

ripple-drawable
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

aar
Description

Description

Ripple Drawable
RippleDrawable support library for backward compatibility
Source Code Management

Source Code Management

https://github.com/furdei/ripple-drawable

Download ripple-drawable

How to add to project

<!-- https://jarcasting.com/artifacts/systems.furdei/ripple-drawable/ -->
<dependency>
    <groupId>systems.furdei</groupId>
    <artifactId>ripple-drawable</artifactId>
    <version>1.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/systems.furdei/ripple-drawable/
implementation 'systems.furdei:ripple-drawable:1.1.1'
// https://jarcasting.com/artifacts/systems.furdei/ripple-drawable/
implementation ("systems.furdei:ripple-drawable:1.1.1")
'systems.furdei:ripple-drawable:aar:1.1.1'
<dependency org="systems.furdei" name="ripple-drawable" rev="1.1.1">
  <artifact name="ripple-drawable" type="aar" />
</dependency>
@Grapes(
@Grab(group='systems.furdei', module='ripple-drawable', version='1.1.1')
)
libraryDependencies += "systems.furdei" % "ripple-drawable" % "1.1.1"
[systems.furdei/ripple-drawable "1.1.1"]

Dependencies

provided (1)

Group / Artifact Type Version
android » android jar 5.0.1_r2

Project Modules

There are no modules declared in this project.

ripple-drawable

This is a clone of Abdullaev Ozodrukh's RippleDrawable repository at https://github.com/ozodrukh/RippleDrawable

The goal of this clone is to let everyone use this library from Maven Central Repository

Before you start

Before you start using ripple-drawable please make sure you have Android jars 'android:android' in your local Maven repository. If you don't please visit maven-android-sdk-deployer project and follow the instruction.

Maven Dependency

<dependency>
  <groupId>systems.furdei</groupId>
  <artifactId>ripple-drawable</artifactId>
  <version>1.1.1</version>
</dependency>

Gradle Dependency

dependencies {
  compile 'systems.furdei:ripple-drawable:1.1.1'
}

furdroid

This ripple-drawable clone is distributed as a part of furdroid project. Follow this link to find more useful visual components, widgets and database tools by furdei.systems.

Versions

Version
1.1.1
1.0