Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.multiuser |
ArtifactId | ArtifactIdche-multiuser-machine-auth |
Version | Version6.18.0 |
Type | Typepom |
Filename | Size |
---|---|
che-multiuser-machine-auth-6.18.0.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>6.18.0</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:6.18.0'
// https://jarcasting.com/artifacts/org.eclipse.che.multiuser/che-multiuser-machine-auth/
implementation ("org.eclipse.che.multiuser:che-multiuser-machine-auth:6.18.0")
'org.eclipse.che.multiuser:che-multiuser-machine-auth:pom:6.18.0'
<dependency org="org.eclipse.che.multiuser" name="che-multiuser-machine-auth" rev="6.18.0">
<artifact name="che-multiuser-machine-auth" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.multiuser', module='che-multiuser-machine-auth', version='6.18.0')
)
libraryDependencies += "org.eclipse.che.multiuser" % "che-multiuser-machine-auth" % "6.18.0"
[org.eclipse.che.multiuser/che-multiuser-machine-auth "6.18.0"]