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