| Категории |
КатегорииGit Инструменты разработки Контроль версий CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.eclipse.dirigible |
| Идентификатор | Идентификаторdirigible-core-git |
| Версия | Версия6.1.19 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| dirigible-core-git-6.1.19.pom | |
| dirigible-core-git-6.1.19.jar | 55 KB |
| dirigible-core-git-6.1.19-sources.jar | 40 KB |
| dirigible-core-git-6.1.19-javadoc.jar | 548 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-git/ -->
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-core-git</artifactId>
<version>6.1.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-git/
implementation 'org.eclipse.dirigible:dirigible-core-git:6.1.19'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-git/
implementation ("org.eclipse.dirigible:dirigible-core-git:6.1.19")
'org.eclipse.dirigible:dirigible-core-git:jar:6.1.19'
<dependency org="org.eclipse.dirigible" name="dirigible-core-git" rev="6.1.19">
<artifact name="dirigible-core-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-core-git', version='6.1.19')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-core-git" % "6.1.19"
[org.eclipse.dirigible/dirigible-core-git "6.1.19"]