Maven with GitHub Packages
MyDL has been published to GitHub Packages. If you have configured Apache Maven for use with GitHub Packages, all you need is to add this to pom.xml:
<dependency>
<groupId>io.github.alexhaoge.mydl</groupId>
<artifactId>mydl</artifactId>
<version>1.0-alpha</version>
</dependency>
JAR with depedencies
We also published a pre-release in this repository packing all the classes and dependencies in a single JAR.