| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.github.thierrysquirrel |
| Идентификатор | Идентификаторsparrow-server-spring-boot |
| Версия | Версия1.0.3-RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| sparrow-server-spring-boot-1.0.3-RELEASE.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.thierrysquirrel/sparrow-server-spring-boot/ -->
<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>sparrow-server-spring-boot</artifactId>
<version>1.0.3-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/sparrow-server-spring-boot/
implementation 'com.github.thierrysquirrel:sparrow-server-spring-boot:1.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.thierrysquirrel/sparrow-server-spring-boot/
implementation ("com.github.thierrysquirrel:sparrow-server-spring-boot:1.0.3-RELEASE")
'com.github.thierrysquirrel:sparrow-server-spring-boot:pom:1.0.3-RELEASE'
<dependency org="com.github.thierrysquirrel" name="sparrow-server-spring-boot" rev="1.0.3-RELEASE">
<artifact name="sparrow-server-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thierrysquirrel', module='sparrow-server-spring-boot', version='1.0.3-RELEASE')
)
libraryDependencies += "com.github.thierrysquirrel" % "sparrow-server-spring-boot" % "1.0.3-RELEASE"
[com.github.thierrysquirrel/sparrow-server-spring-boot "1.0.3-RELEASE"]