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