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