Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.multiuser |
ArtifactId | ArtifactIdche-multiuser-machine-authentication-shared |
Version | Version7.17.0 |
Type | Typejar |
<!-- 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.17.0</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.17.0'
// https://jarcasting.com/artifacts/org.eclipse.che.multiuser/che-multiuser-machine-authentication-shared/
implementation ("org.eclipse.che.multiuser:che-multiuser-machine-authentication-shared:7.17.0")
'org.eclipse.che.multiuser:che-multiuser-machine-authentication-shared:jar:7.17.0'
<dependency org="org.eclipse.che.multiuser" name="che-multiuser-machine-authentication-shared" rev="7.17.0">
<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.17.0')
)
libraryDependencies += "org.eclipse.che.multiuser" % "che-multiuser-machine-authentication-shared" % "7.17.0"
[org.eclipse.che.multiuser/che-multiuser-machine-authentication-shared "7.17.0"]