| Категории |
КатегорииSpring Boot Контейнер Микросервисы Сеть Auto Библиотеки уровня приложения Code Generators config Configuration KeY Данные Data Formats Formal Verification |
|---|---|
| Группа | Группаnet.skobow |
| Идентификатор | Идентификаторapikey-authentication-spring-boot-autoconfigure |
| Версия | Версия0.5.0 |
| Тип | Типjar |
<!-- 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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.skobow/apikey-authentication-spring-boot-autoconfigure/
implementation 'net.skobow:apikey-authentication-spring-boot-autoconfigure:0.5.0'
// https://jarcasting.com/artifacts/net.skobow/apikey-authentication-spring-boot-autoconfigure/
implementation ("net.skobow:apikey-authentication-spring-boot-autoconfigure:0.5.0")
'net.skobow:apikey-authentication-spring-boot-autoconfigure:jar:0.5.0'
<dependency org="net.skobow" name="apikey-authentication-spring-boot-autoconfigure" rev="0.5.0">
<artifact name="apikey-authentication-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.skobow', module='apikey-authentication-spring-boot-autoconfigure', version='0.5.0')
)
libraryDependencies += "net.skobow" % "apikey-authentication-spring-boot-autoconfigure" % "0.5.0"
[net.skobow/apikey-authentication-spring-boot-autoconfigure "0.5.0"]