| Лицензия |
Лицензия
Eclipse Distribution License (New BSD License)
|
|---|---|
| Категории |
КатегорииGit Инструменты разработки Контроль версий JUnit Тестирование компонентов CLI Взаимодействие с пользователем JGit Универсальные библиотеки Utility |
| Группа | Группаorg.openl.jgit |
| Идентификатор | Идентификаторorg.eclipse.jgit.junit.ssh |
| Версия | Версия6.1.0.202205052100-r |
| Тип | Типjar |
| Описание |
ОписаниеJGit - JUnit Ssh Utility Classes
Utility classes to support Ssh based JUnit testing of JGit applications.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.junit.ssh/ -->
<dependency>
<groupId>org.openl.jgit</groupId>
<artifactId>org.eclipse.jgit.junit.ssh</artifactId>
<version>6.1.0.202205052100-r</version>
</dependency>
// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.junit.ssh/
implementation 'org.openl.jgit:org.eclipse.jgit.junit.ssh:6.1.0.202205052100-r'
// https://jarcasting.com/artifacts/org.openl.jgit/org.eclipse.jgit.junit.ssh/
implementation ("org.openl.jgit:org.eclipse.jgit.junit.ssh:6.1.0.202205052100-r")
'org.openl.jgit:org.eclipse.jgit.junit.ssh:jar:6.1.0.202205052100-r'
<dependency org="org.openl.jgit" name="org.eclipse.jgit.junit.ssh" rev="6.1.0.202205052100-r">
<artifact name="org.eclipse.jgit.junit.ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openl.jgit', module='org.eclipse.jgit.junit.ssh', version='6.1.0.202205052100-r')
)
libraryDependencies += "org.openl.jgit" % "org.eclipse.jgit.junit.ssh" % "6.1.0.202205052100-r"
[org.openl.jgit/org.eclipse.jgit.junit.ssh "6.1.0.202205052100-r"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.openl.jgit : org.eclipse.jgit | jar | 6.1.0.202205052100-r |
| org.openl.jgit : org.eclipse.jgit.junit | jar | 6.1.0.202205052100-r |
| org.apache.sshd : sshd-osgi | jar | 2.8.0 |
| org.apache.sshd : sshd-sftp | jar | 2.8.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |