| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Сеть Auto Библиотеки уровня приложения Code Generators config Configuration KeY Данные Data Formats Formal Verification |
| Группа | Группаnet.skobow |
| Идентификатор | Идентификаторapikey-authentication-spring-boot-autoconfigure |
| Версия | Версия0.6.0 |
| Тип | Типjar |
| Описание |
ОписаниеApiKeyAuthentication
Lean and easy to use API key filter to protect endpoints with API key authentication
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/net.skobow/apikey-authentication-spring-boot-autoconfigure/ -->
<dependency>
<groupId>net.skobow</groupId>
<artifactId>apikey-authentication-spring-boot-autoconfigure</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.skobow/apikey-authentication-spring-boot-autoconfigure/
implementation 'net.skobow:apikey-authentication-spring-boot-autoconfigure:0.6.0'
// https://jarcasting.com/artifacts/net.skobow/apikey-authentication-spring-boot-autoconfigure/
implementation ("net.skobow:apikey-authentication-spring-boot-autoconfigure:0.6.0")
'net.skobow:apikey-authentication-spring-boot-autoconfigure:jar:0.6.0'
<dependency org="net.skobow" name="apikey-authentication-spring-boot-autoconfigure" rev="0.6.0">
<artifact name="apikey-authentication-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.skobow', module='apikey-authentication-spring-boot-autoconfigure', version='0.6.0')
)
libraryDependencies += "net.skobow" % "apikey-authentication-spring-boot-autoconfigure" % "0.6.0"
[net.skobow/apikey-authentication-spring-boot-autoconfigure "0.6.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| net.skobow : apikey-authentication | jar | 0.6.0 |
| org.springframework.boot : spring-boot | jar | 2.1.4.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.4.RELEASE |