| Лицензия |
Лицензия
3-clause (new-style) BSD license.
|
|---|---|
| Категории |
КатегорииGit Инструменты разработки Контроль версий JGit Универсальные библиотеки Utility |
| Группа | Группаorg.spearce |
| Идентификатор | Идентификаторjgit |
| Последняя версия | Последняя версия0.4-47e4af3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjgit
Pure Java implementation of Git
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| jgit-0.4-47e4af3.pom | |
| jgit-0.4-47e4af3.jar | 655 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.spearce/jgit/ -->
<dependency>
<groupId>org.spearce</groupId>
<artifactId>jgit</artifactId>
<version>0.4-47e4af3</version>
</dependency>
// https://jarcasting.com/artifacts/org.spearce/jgit/
implementation 'org.spearce:jgit:0.4-47e4af3'
// https://jarcasting.com/artifacts/org.spearce/jgit/
implementation ("org.spearce:jgit:0.4-47e4af3")
'org.spearce:jgit:jar:0.4-47e4af3'
<dependency org="org.spearce" name="jgit" rev="0.4-47e4af3">
<artifact name="jgit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spearce', module='jgit', version='0.4-47e4af3')
)
libraryDependencies += "org.spearce" % "jgit" % "0.4-47e4af3"
[org.spearce/jgit "0.4-47e4af3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.jcraft : jsch | jar | 0.1.38 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |