JitPack website
Official document
References:
Blog.csdn.net/user1122334…
www.jianshu.com/p/1599a2d36…
1 JitPack profile
The JitPack is like a custom Maven repository. Enter the Github or Gitee repository address (or other code hosting platform) to quickly publish a project, and you can get the Maven dependency coordinates for different versions of the project to be referenced quickly.
Usage Scenarios:
1 The local server does not have a private server, and the remote partner can use the same code
2 facilitates open source projects, which can be spread and used more quickly.
2 JitPack
Upload the code to the repository and create a release
2 Go to the JitPack website, enter the warehouse address, and click Look Up
3 Click the Get it button to create maven repositories and dependencies
4 Add the above two dependencies to the project’s POM file
3 summary
The JitPack is easy to use and can be quickly published and referenced. But remember, don’t use open source code with caution.