| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Github Инструменты разработки Контроль версий |
| Группа | Группаcom.github.andylke |
| Идентификатор | Идентификаторdemo-spring-boot-github-actions |
| Последняя версия | Последняя версия1.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDemo Spring Boot project used for GitHub Actions
|
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.andylke/demo-spring-boot-github-actions/ -->
<dependency>
<groupId>com.github.andylke</groupId>
<artifactId>demo-spring-boot-github-actions</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andylke/demo-spring-boot-github-actions/
implementation 'com.github.andylke:demo-spring-boot-github-actions:1.0.3'
// https://jarcasting.com/artifacts/com.github.andylke/demo-spring-boot-github-actions/
implementation ("com.github.andylke:demo-spring-boot-github-actions:1.0.3")
'com.github.andylke:demo-spring-boot-github-actions:jar:1.0.3'
<dependency org="com.github.andylke" name="demo-spring-boot-github-actions" rev="1.0.3">
<artifact name="demo-spring-boot-github-actions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andylke', module='demo-spring-boot-github-actions', version='1.0.3')
)
libraryDependencies += "com.github.andylke" % "demo-spring-boot-github-actions" % "1.0.3"
[com.github.andylke/demo-spring-boot-github-actions "1.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.3.8.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.8.RELEASE |