The main branch maven (releases + snapshots).
We set up a repository on github to store the jar packages we publish.
Modify pom.xml add Motu remote repository.
<repository>
<id>motu</id>
<name>Motu Repository</name>
<url>https://raw.github.com/doraeven/repository/maven/</url>
</repository>The repository support multiple versions.
| name | url | remark |
|---|---|---|
| maven | https://raw.github.com/doraeven/repository/maven/ | releases + snapshots |
| releases | https://raw.github.com/doraeven/repository/releases/ | stable |
| snapshots | https://raw.github.com/doraeven/repository/snapshots/ | test |
The project is released under version 2.0 of the Apache License.