| Категории |
КатегорииGit Инструменты разработки Контроль версий CLI Взаимодействие с пользователем JGit Универсальные библиотеки Utility |
|---|---|
| Группа | Группаcom.madgag |
| Идентификатор | Идентификаторorg.eclipse.jgit-parent |
| Версия | Версия1.2.0.0.1-UNOFFICIAL-ROBERTO-RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| org.eclipse.jgit-parent-1.2.0.0.1-UNOFFICIAL-ROBERTO-RELEASE.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.madgag/org.eclipse.jgit-parent/ -->
<dependency>
<groupId>com.madgag</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
<version>1.2.0.0.1-UNOFFICIAL-ROBERTO-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.madgag/org.eclipse.jgit-parent/
implementation 'com.madgag:org.eclipse.jgit-parent:1.2.0.0.1-UNOFFICIAL-ROBERTO-RELEASE'
// https://jarcasting.com/artifacts/com.madgag/org.eclipse.jgit-parent/
implementation ("com.madgag:org.eclipse.jgit-parent:1.2.0.0.1-UNOFFICIAL-ROBERTO-RELEASE")
'com.madgag:org.eclipse.jgit-parent:pom:1.2.0.0.1-UNOFFICIAL-ROBERTO-RELEASE'
<dependency org="com.madgag" name="org.eclipse.jgit-parent" rev="1.2.0.0.1-UNOFFICIAL-ROBERTO-RELEASE">
<artifact name="org.eclipse.jgit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.madgag', module='org.eclipse.jgit-parent', version='1.2.0.0.1-UNOFFICIAL-ROBERTO-RELEASE')
)
libraryDependencies += "com.madgag" % "org.eclipse.jgit-parent" % "1.2.0.0.1-UNOFFICIAL-ROBERTO-RELEASE"
[com.madgag/org.eclipse.jgit-parent "1.2.0.0.1-UNOFFICIAL-ROBERTO-RELEASE"]