https://appdev.openshift.io/docs/spring-boot-runtime.html#mission-http-api-spring-boot
| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdorg.obsidiantoaster.quickstart |
| ArtifactId | ArtifactIdspringboot-rest |
| Last Version | Last Version1.0.0.Alpha1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionrest
Obsidian :: Quickstart :: Spring Boot Tomcat - Rest
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.obsidiantoaster.quickstart/springboot-rest/ -->
<dependency>
<groupId>org.obsidiantoaster.quickstart</groupId>
<artifactId>springboot-rest</artifactId>
<version>1.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.obsidiantoaster.quickstart/springboot-rest/
implementation 'org.obsidiantoaster.quickstart:springboot-rest:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.obsidiantoaster.quickstart/springboot-rest/
implementation ("org.obsidiantoaster.quickstart:springboot-rest:1.0.0.Alpha1")
'org.obsidiantoaster.quickstart:springboot-rest:jar:1.0.0.Alpha1'
<dependency org="org.obsidiantoaster.quickstart" name="springboot-rest" rev="1.0.0.Alpha1">
<artifact name="springboot-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.obsidiantoaster.quickstart', module='springboot-rest', version='1.0.0.Alpha1')
)
libraryDependencies += "org.obsidiantoaster.quickstart" % "springboot-rest" % "1.0.0.Alpha1"
[org.obsidiantoaster.quickstart/springboot-rest "1.0.0.Alpha1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-tomcat | jar | |
| org.apache.tomcat.embed : tomcat-embed-core | jar | 8.0.36 |
| org.apache.tomcat.embed : tomcat-embed-el | jar | 8.0.36 |
| org.apache.tomcat.embed : tomcat-embed-websocket | jar | 8.0.36 |
| org.apache.tomcat : tomcat-juli | jar | 8.0.36 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.jboss.arquillian.junit : arquillian-junit-container | jar | |
| io.fabric8 : fabric8-arquillian | jar |
https://appdev.openshift.io/docs/spring-boot-runtime.html#mission-http-api-spring-boot
| Version |
|---|
|
1.0.0.Alpha1
|