| Лицензия |
Лицензия
Eclipse Distribution License (New BSD License)
|
|---|---|
| Категории |
КатегорииGit Инструменты разработки Контроль версий CLI Взаимодействие с пользователем JGit Универсальные библиотеки Utility |
| Группа | Группаorg.eclipse.jgit |
| Идентификатор | Идентификаторorg.eclipse.jgit.console |
| Версия | Версия3.7.1.201504261725-r |
| Тип | Типjar |
| Описание |
ОписаниеJGit - Console User Interface
Console based user interface
|
<!-- https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.console/ -->
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.console</artifactId>
<version>3.7.1.201504261725-r</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.console/
implementation 'org.eclipse.jgit:org.eclipse.jgit.console:3.7.1.201504261725-r'
// https://jarcasting.com/artifacts/org.eclipse.jgit/org.eclipse.jgit.console/
implementation ("org.eclipse.jgit:org.eclipse.jgit.console:3.7.1.201504261725-r")
'org.eclipse.jgit:org.eclipse.jgit.console:jar:3.7.1.201504261725-r'
<dependency org="org.eclipse.jgit" name="org.eclipse.jgit.console" rev="3.7.1.201504261725-r">
<artifact name="org.eclipse.jgit.console" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jgit', module='org.eclipse.jgit.console', version='3.7.1.201504261725-r')
)
libraryDependencies += "org.eclipse.jgit" % "org.eclipse.jgit.console" % "3.7.1.201504261725-r"
[org.eclipse.jgit/org.eclipse.jgit.console "3.7.1.201504261725-r"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jgit : org.eclipse.jgit | jar | 3.7.1.201504261725-r |