| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
| Группа | Группаcom.talecel |
| Идентификатор | Идентификаторhello-spring-boot-autoconfigure |
| Версия | Версия0.0.1-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеhello-spring-boot-autoconfigure
starter project for hello
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.talecel/hello-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.talecel</groupId>
<artifactId>hello-spring-boot-autoconfigure</artifactId>
<version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.talecel/hello-spring-boot-autoconfigure/
implementation 'com.talecel:hello-spring-boot-autoconfigure:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.talecel/hello-spring-boot-autoconfigure/
implementation ("com.talecel:hello-spring-boot-autoconfigure:0.0.1-RELEASE")
'com.talecel:hello-spring-boot-autoconfigure:jar:0.0.1-RELEASE'
<dependency org="com.talecel" name="hello-spring-boot-autoconfigure" rev="0.0.1-RELEASE">
<artifact name="hello-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.talecel', module='hello-spring-boot-autoconfigure', version='0.0.1-RELEASE')
)
libraryDependencies += "com.talecel" % "hello-spring-boot-autoconfigure" % "0.0.1-RELEASE"
[com.talecel/hello-spring-boot-autoconfigure "0.0.1-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.2.5.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.5.RELEASE |