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