Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 670 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 670 Bytes

jdrawer

Java library that offers a custom panel component with animation designed to contain notifications and other components in your applications.

Install (Maven)

  1. Add the JitPack repository to your build file
<repositories>
  <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
  </repository>
</repositories>
  1. Add the dependency
<dependency>
    <groupId>com.github.sistemasaguila</groupId>
    <artifactId>jdrawer</artifactId>
    <version>1.1</version>
</dependency>