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