| License |
License
AL2
|
|---|---|
| Categories |
CategoriesWildFly Container Application Servers Spring Boot Microservices |
| GroupId | GroupIdorg.wildfly.swarm |
| ArtifactId | ArtifactIdspring-boot-starter-web |
| Last Version | Last Version1.0.0.Alpha2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWildFly Swarm: Spring Boot Starter: Web
WildFly Swarm: Spring Boot Starter: Web
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/spring-boot-starter-web/ -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>1.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/spring-boot-starter-web/
implementation 'org.wildfly.swarm:spring-boot-starter-web:1.0.0.Alpha2'
// https://jarcasting.com/artifacts/org.wildfly.swarm/spring-boot-starter-web/
implementation ("org.wildfly.swarm:spring-boot-starter-web:1.0.0.Alpha2")
'org.wildfly.swarm:spring-boot-starter-web:jar:1.0.0.Alpha2'
<dependency org="org.wildfly.swarm" name="spring-boot-starter-web" rev="1.0.0.Alpha2">
<artifact name="spring-boot-starter-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='spring-boot-starter-web', version='1.0.0.Alpha2')
)
libraryDependencies += "org.wildfly.swarm" % "spring-boot-starter-web" % "1.0.0.Alpha2"
[org.wildfly.swarm/spring-boot-starter-web "1.0.0.Alpha2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.wildfly.swarm : spring-boot | jar | 1.0.0.Alpha2 |
| org.wildfly.swarm : container | jar | 1.0.0.Final |
| org.wildfly.swarm : undertow | jar | 1.0.0.Final |
| org.wildfly.swarm : spring-boot-starter-logging | jar | 1.0.0.Alpha2 |
| org.wildfly.swarm : spring-boot-starter-validation | jar | 1.0.0.Alpha2 |
| org.springframework.boot : spring-boot-starter-web | jar |