Add Maven Repository
Closed this issue · 2 comments
SimonKlausLudwig commented
Add this to your readme:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.TerryTsai</groupId>
<artifactId>EscPos</artifactId>
<version>0e768dea08</version>
</dependency>
FROM:
https://jitpack.io/#TerryTsai/EscPos/0e768dea08
Its easier for users to use your lib then
concernedrat commented
Please add this lib to Maven, or another repository of your choice.
TerryTsai commented
Added to maven central, so the jitpack repo is no longer needed. Thanks!