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