| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.har01d |
| Идентификатор | Идентификаторauth-db |
| Версия | Версия0.0.4 |
| Тип | Типjar |
| Описание |
ОписаниеToken service for authentication, support Redis, database, memory and JWT Token.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| auth-db-0.0.4.pom | |
| auth-db-0.0.4.jar | 8 KB |
| auth-db-0.0.4-sources.jar | 4 KB |
| auth-db-0.0.4-javadoc.jar | 264 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.har01d/auth-db/ -->
<dependency>
<groupId>cn.har01d</groupId>
<artifactId>auth-db</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.har01d/auth-db/
implementation 'cn.har01d:auth-db:0.0.4'
// https://jarcasting.com/artifacts/cn.har01d/auth-db/
implementation ("cn.har01d:auth-db:0.0.4")
'cn.har01d:auth-db:jar:0.0.4'
<dependency org="cn.har01d" name="auth-db" rev="0.0.4">
<artifact name="auth-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.har01d', module='auth-db', version='0.0.4')
)
libraryDependencies += "cn.har01d" % "auth-db" % "0.0.4"
[cn.har01d/auth-db "0.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| cn.har01d : auth-core | jar | 0.0.4 |
| org.springframework.boot : spring-boot-starter-jdbc | jar | 2.3.3.RELEASE |