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