Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-core-api-oauth |
Version | Version7.0.0-beta-1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-oauth/ -->
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-oauth</artifactId>
<version>7.0.0-beta-1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-oauth/
implementation 'org.eclipse.che.core:che-core-api-oauth:7.0.0-beta-1.0'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-oauth/
implementation ("org.eclipse.che.core:che-core-api-oauth:7.0.0-beta-1.0")
'org.eclipse.che.core:che-core-api-oauth:jar:7.0.0-beta-1.0'
<dependency org="org.eclipse.che.core" name="che-core-api-oauth" rev="7.0.0-beta-1.0">
<artifact name="che-core-api-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-core-api-oauth', version='7.0.0-beta-1.0')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-api-oauth" % "7.0.0-beta-1.0"
[org.eclipse.che.core/che-core-api-oauth "7.0.0-beta-1.0"]