c

che-multiuser-machine-authentication

Files download
File Operation
che-multiuser-machine-authentication-7.19.2.jar download
che-multiuser-machine-authentication-7.19.2.pom download
che-multiuser-machine-authentication-7.19.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.che.multiuser</groupId>
  <artifactId>che-multiuser-machine-authentication</artifactId>
  <version>7.19.2</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.che.multiuser:che-multiuser-machine-authentication:7.19.2'
Gradle Kotlin
implementation("org.eclipse.che.multiuser:che-multiuser-machine-authentication:7.19.2")
Scala SBT
libraryDependencies += "org.eclipse.che.multiuser" % "che-multiuser-machine-authentication" % "7.19.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.che.multiuser', module='che-multiuser-machine-authentication', version='7.19.2')
)
Apache Ivy
<dependency org="org.eclipse.che.multiuser" name="che-multiuser-machine-authentication" rev="7.19.2" />
Leiningen
[org.eclipse.che.multiuser/che-multiuser-machine-authentication "7.19.2"]
Apache Buildr
'org.eclipse.che.multiuser:che-multiuser-machine-authentication:jar:7.19.2'
Dependencies
<parent>
  <groupId>org.eclipse.che.multiuser</groupId>
  <artifactId>che-multiuser-machine-auth</artifactId>
  <version>7.19.2</version>
</parent>

compile

|-- com.google.code.gson:gson

|-- com.google.guava:guava

|-- com.google.inject:guice

|-- com.google.inject.extensions:guice-persist

|-- io.jsonwebtoken:jjwt

|-- javax.annotation:javax.annotation-api

|-- javax.inject:javax.inject

|-- javax.servlet:javax.servlet-api

|-- javax.ws.rs:javax.ws.rs-api

|-- org.eclipse.che.core:che-core-api-core

|-- org.eclipse.che.core:che-core-api-dto

|-- org.eclipse.che.core:che-core-api-model

|-- org.eclipse.che.core:che-core-api-user

|-- org.eclipse.che.core:che-core-api-workspace

|-- org.eclipse.che.core:che-core-api-workspace-shared

|-- org.eclipse.che.core:che-core-commons-lang

|-- org.eclipse.che.core:che-core-db

|-- org.eclipse.che.multiuser:che-multiuser-api-authentication-commons

|-- org.eclipse.che.multiuser:che-multiuser-api-authorization

|-- org.eclipse.che.multiuser:che-multiuser-api-permission

|-- org.eclipse.che.multiuser:che-multiuser-machine-authentication-shared

|-- org.eclipse.che.multiuser:che-multiuser-permission-workspace

|-- org.eclipse.persistence:javax.persistence

|-- org.everrest:everrest-core

|-- org.slf4j:slf4j-api

test

|-- ch.qos.logback:logback-classic

|-- com.h2database:h2

|-- com.jayway.restassured:rest-assured

|-- org.eclipse.che.core:che-core-api-account

|-- org.eclipse.che.core:che-core-commons-json

|-- org.eclipse.che.core:che-core-commons-test

|-- org.eclipse.che.core:che-core-db-vendor-h2

|-- org.eclipse.che.core:che-core-sql-schema

|-- org.eclipse.persistence:org.eclipse.persistence.jpa

|-- org.everrest:everrest-assured

|-- org.mockito:mockito-core

|-- org.mockito:mockito-testng

|-- org.testng:testng