| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииH2 Данные Базы данных OAuth2 Безопасность CLI Взаимодействие с пользователем |
| Группа | Группаcom.stratio.spray.auth |
| Идентификатор | Идентификаторspray-oauth2-client_2.10 |
| Версия | Версия0.4.0 |
| Тип | Типjar |
| Описание |
ОписаниеThis is a spray client, which supports OAuth 2.0 protocol
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/com.stratio.spray.auth/spray-oauth2-client_2.10/ -->
<dependency>
<groupId>com.stratio.spray.auth</groupId>
<artifactId>spray-oauth2-client_2.10</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.spray.auth/spray-oauth2-client_2.10/
implementation 'com.stratio.spray.auth:spray-oauth2-client_2.10:0.4.0'
// https://jarcasting.com/artifacts/com.stratio.spray.auth/spray-oauth2-client_2.10/
implementation ("com.stratio.spray.auth:spray-oauth2-client_2.10:0.4.0")
'com.stratio.spray.auth:spray-oauth2-client_2.10:jar:0.4.0'
<dependency org="com.stratio.spray.auth" name="spray-oauth2-client_2.10" rev="0.4.0">
<artifact name="spray-oauth2-client_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stratio.spray.auth', module='spray-oauth2-client_2.10', version='0.4.0')
)
libraryDependencies += "com.stratio.spray.auth" % "spray-oauth2-client_2.10" % "0.4.0"
[com.stratio.spray.auth/spray-oauth2-client_2.10 "0.4.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.oltu.oauth2 : org.apache.oltu.oauth2.client | jar | 1.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.4 |
| io.spray : spray-can_2.10 | jar | 1.3.3 |
| io.spray : spray-routing_2.10 | jar | 1.3.3 |
| io.spray : spray-client_2.10 | jar | 1.3.3 |
| io.spray : spray-json_2.10 | jar | 1.3.2 |
| com.typesafe.akka : akka-actor_2.10 | jar | 2.3.9 |
| com.typesafe : config | jar | 1.2.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.typesafe.akka : akka-testkit_2.10 | jar | 2.3.9 |
| io.spray : spray-testkit_2.10 | jar | 1.3.1 |
| org.scalacheck : scalacheck_2.10 | jar | 1.11.3 |
| org.scalatest : scalatest_2.10 | jar | 2.2.1 |
| junit : junit | jar | 4.11 |