| Категории |
КатегорииSpring Boot Контейнер Микросервисы Github Инструменты разработки Контроль версий |
|---|---|
| Группа | Группаcom.github.andylke |
| Идентификатор | Идентификаторdemo-spring-boot-github-actions |
| Версия | Версия1.0.0 |
| Тип | Типjar |
<!-- 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.0</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.0'
// https://jarcasting.com/artifacts/com.github.andylke/demo-spring-boot-github-actions/
implementation ("com.github.andylke:demo-spring-boot-github-actions:1.0.0")
'com.github.andylke:demo-spring-boot-github-actions:jar:1.0.0'
<dependency org="com.github.andylke" name="demo-spring-boot-github-actions" rev="1.0.0">
<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.0')
)
libraryDependencies += "com.github.andylke" % "demo-spring-boot-github-actions" % "1.0.0"
[com.github.andylke/demo-spring-boot-github-actions "1.0.0"]