gpt4 book ai didi

maven - 如何在 Maven 中使用 JGit

转载 作者:行者123 更新时间:2023-12-03 18:06:45 25 4
gpt4 key购买 nike

我是 GIT 的新手,想使用 JGit 创建存储库并将其从 Java maven 项目的其他操作旁边删除。我想知道这需要哪些依赖项。

以下链接是我读到的关于 JGit 的内容 http://wiki.eclipse.org/JGit/User_Guide#Getting_Started

最佳答案

您可以在 Maven 中使用 JGit(参见 http://www.eclipse.org/jgit/download/):

<repositories>
<repository>
<id>jgit-repository</id>
<url>http://download.eclipse.org/jgit/maven</url>
</repository>
</repositories>

<!-- Core Library -->
<dependencies>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>1.0.0.201106090707-r</version>
</dependency>
</dependencies>

关于maven - 如何在 Maven 中使用 JGit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7066032/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com