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