| Категории |
КатегорииGithub Инструменты разработки Контроль версий Eclipse Che IDE CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.eclipse.che.plugin |
| Идентификатор | Идентификаторche-plugin-github-factory-resolver |
| Версия | Версия6.14.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-github-factory-resolver/ -->
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-github-factory-resolver</artifactId>
<version>6.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-github-factory-resolver/
implementation 'org.eclipse.che.plugin:che-plugin-github-factory-resolver:6.14.2'
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-github-factory-resolver/
implementation ("org.eclipse.che.plugin:che-plugin-github-factory-resolver:6.14.2")
'org.eclipse.che.plugin:che-plugin-github-factory-resolver:jar:6.14.2'
<dependency org="org.eclipse.che.plugin" name="che-plugin-github-factory-resolver" rev="6.14.2">
<artifact name="che-plugin-github-factory-resolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.plugin', module='che-plugin-github-factory-resolver', version='6.14.2')
)
libraryDependencies += "org.eclipse.che.plugin" % "che-plugin-github-factory-resolver" % "6.14.2"
[org.eclipse.che.plugin/che-plugin-github-factory-resolver "6.14.2"]