Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.multiuser |
ArtifactId | ArtifactIdche-multiuser-machine-auth |
Version | Version7.7.1 |
Type | Typepom |
Filename | Size |
---|---|
che-multiuser-machine-auth-7.7.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.multiuser/che-multiuser-machine-auth/ -->
<dependency>
<groupId>org.eclipse.che.multiuser</groupId>
<artifactId>che-multiuser-machine-auth</artifactId>
<version>7.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.multiuser/che-multiuser-machine-auth/
implementation 'org.eclipse.che.multiuser:che-multiuser-machine-auth:7.7.1'
// https://jarcasting.com/artifacts/org.eclipse.che.multiuser/che-multiuser-machine-auth/
implementation ("org.eclipse.che.multiuser:che-multiuser-machine-auth:7.7.1")
'org.eclipse.che.multiuser:che-multiuser-machine-auth:pom:7.7.1'
<dependency org="org.eclipse.che.multiuser" name="che-multiuser-machine-auth" rev="7.7.1">
<artifact name="che-multiuser-machine-auth" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.multiuser', module='che-multiuser-machine-auth', version='7.7.1')
)
libraryDependencies += "org.eclipse.che.multiuser" % "che-multiuser-machine-auth" % "7.7.1"
[org.eclipse.che.multiuser/che-multiuser-machine-auth "7.7.1"]