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