| Лицензия |
Лицензия
Eclipse Distribution License (New BSD License)
|
|---|---|
| Категории |
КатегорииGit Инструменты разработки Контроль версий CLI Взаимодействие с пользователем JGit Универсальные библиотеки Utility |
| Группа | Группаorg.openl.jgit |
| Идентификатор | Идентификаторorg.eclipse.jgit.ssh.jsch |
| Версия | Версия6.1.0.202205052100-r |
| Тип | Типjar |
| Описание |
ОписаниеJGit - JSch-based SSH support
SSH support for JGit based on JSch
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.ssh.jsch/ -->
<dependency>
<groupId>org.openl.jgit</groupId>
<artifactId>org.eclipse.jgit.ssh.jsch</artifactId>
<version>6.1.0.202205052100-r</version>
</dependency>
// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.ssh.jsch/
implementation 'org.openl.jgit:org.eclipse.jgit.ssh.jsch:6.1.0.202205052100-r'
// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.ssh.jsch/
implementation ("org.openl.jgit:org.eclipse.jgit.ssh.jsch:6.1.0.202205052100-r")
'org.openl.jgit:org.eclipse.jgit.ssh.jsch:jar:6.1.0.202205052100-r'
<dependency org="org.openl.jgit" name="org.eclipse.jgit.ssh.jsch" rev="6.1.0.202205052100-r">
<artifact name="org.eclipse.jgit.ssh.jsch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openl.jgit', module='org.eclipse.jgit.ssh.jsch', version='6.1.0.202205052100-r')
)
libraryDependencies += "org.openl.jgit" % "org.eclipse.jgit.ssh.jsch" % "6.1.0.202205052100-r"
[org.openl.jgit/org.eclipse.jgit.ssh.jsch "6.1.0.202205052100-r"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.openl.jgit : org.eclipse.jgit | jar | 6.1.0.202205052100-r |
| com.jcraft : jsch | jar | 0.1.55 |
| com.jcraft : jzlib | jar | 1.1.1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |