| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.github.alperkurtul |
| Идентификатор | Идентификаторspring-boot-starter-firebase-user-authentication |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеFirebase User and Authentication
This library is used for managing with Firebase User and Authentication System.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.alperkurtul/spring-boot-starter-firebase-user-authentication/ -->
<dependency>
<groupId>com.github.alperkurtul</groupId>
<artifactId>spring-boot-starter-firebase-user-authentication</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alperkurtul/spring-boot-starter-firebase-user-authentication/
implementation 'com.github.alperkurtul:spring-boot-starter-firebase-user-authentication:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.alperkurtul/spring-boot-starter-firebase-user-authentication/
implementation ("com.github.alperkurtul:spring-boot-starter-firebase-user-authentication:1.0.0.RELEASE")
'com.github.alperkurtul:spring-boot-starter-firebase-user-authentication:jar:1.0.0.RELEASE'
<dependency org="com.github.alperkurtul" name="spring-boot-starter-firebase-user-authentication" rev="1.0.0.RELEASE">
<artifact name="spring-boot-starter-firebase-user-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alperkurtul', module='spring-boot-starter-firebase-user-authentication', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.alperkurtul" % "spring-boot-starter-firebase-user-authentication" % "1.0.0.RELEASE"
[com.github.alperkurtul/spring-boot-starter-firebase-user-authentication "1.0.0.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.2.0.RELEASE |
| org.json : json | jar | 20190722 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.0.RELEASE |