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.

Asset Release Date size  
MyDL-1.0-alpha-source.zip 2020/7/30 20.0 MB Download
MyDL-1.0-alpha-source.tar.gz 2020/7/30 20.1 MB Download
mydl-1.0-alpha-jar-with-dependencies.zip 2020/7/30 12.4 MB Download
mydl-1.0-alpha-jar-with-dependencies.tar.gz 2020/7/30 12.2 MB Download