Java library that offers a custom panel component with animation designed to contain notifications and other components in your applications.
- Add the JitPack repository to your build file
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
- Add the dependency
<dependency>
<groupId>com.github.sistemasaguila</groupId>
<artifactId>jdrawer</artifactId>
<version>1.1</version>
</dependency>