| Категории |
КатегорииSpring Boot Контейнер Микросервисы Безопасность Auto Библиотеки уровня приложения Code Generators config Configuration |
|---|---|
| Группа | Группаcom.github.ddphin |
| Идентификатор | Идентификаторddphin-security-spring-boot-autoconfigure |
| Версия | Версия1.0.8 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.ddphin/ddphin-security-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.ddphin</groupId>
<artifactId>ddphin-security-spring-boot-autoconfigure</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-security-spring-boot-autoconfigure/
implementation 'com.github.ddphin:ddphin-security-spring-boot-autoconfigure:1.0.8'
// https://jarcasting.com/artifacts/com.github.ddphin/ddphin-security-spring-boot-autoconfigure/
implementation ("com.github.ddphin:ddphin-security-spring-boot-autoconfigure:1.0.8")
'com.github.ddphin:ddphin-security-spring-boot-autoconfigure:jar:1.0.8'
<dependency org="com.github.ddphin" name="ddphin-security-spring-boot-autoconfigure" rev="1.0.8">
<artifact name="ddphin-security-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddphin', module='ddphin-security-spring-boot-autoconfigure', version='1.0.8')
)
libraryDependencies += "com.github.ddphin" % "ddphin-security-spring-boot-autoconfigure" % "1.0.8"
[com.github.ddphin/ddphin-security-spring-boot-autoconfigure "1.0.8"]