License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Github Development Tools Version Controls |
GroupId | GroupIdcom.github.andylke |
ArtifactId | ArtifactIddemo-spring-boot-github-actions |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDemo Spring Boot project used for GitHub Actions
|
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.3.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.8.RELEASE |