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