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