将项目放在github上并引用

创建项目并确保编译通过

将项目放在github上并引用

创建 Releases

将项目放在github上并引用

JitPack 上编译打包 https://jitpack.io/

将项目放在github上并引用

  • Look up 选用 https://github.com/jiangruyi/base-tool

查看日志确认是否打包成功

将项目放在github上并引用

打包成功后创建项目并引用

  • Step 1. Add repositories pom.xml 文件中添加
<repositories>
	<repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
  • Step 2. Add the dependency
<dependency>
    <groupId>com.github.jiangruyi</groupId>
    <artifactId>base-tool</artifactId>
    <version>Tag</version>
</dependency>
上一篇:ERROR: Failed to resolve: com.github.LuckSiege.PictureSelector:picture_library:v2.6.0


下一篇:SWUST OJ 1016: 插入排序算法实现