| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices Undertow Net Networking |
| GroupId | GroupIdorg.joinfaces |
| ArtifactId | ArtifactIdundertow-spring-boot-starter |
| Last Version | Last Version5.0.0-m3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUndertow Spring Boot Starter
Undertow Spring Boot Starter
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| undertow-spring-boot-starter-5.0.0-m3.pom | |
| undertow-spring-boot-starter-5.0.0-m3.jar | 371 bytes |
| undertow-spring-boot-starter-5.0.0-m3-sources.jar | 261 bytes |
| undertow-spring-boot-starter-5.0.0-m3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.joinfaces/undertow-spring-boot-starter/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>undertow-spring-boot-starter</artifactId>
<version>5.0.0-m3</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/undertow-spring-boot-starter/
implementation 'org.joinfaces:undertow-spring-boot-starter:5.0.0-m3'
// https://jarcasting.com/artifacts/org.joinfaces/undertow-spring-boot-starter/
implementation ("org.joinfaces:undertow-spring-boot-starter:5.0.0-m3")
'org.joinfaces:undertow-spring-boot-starter:jar:5.0.0-m3'
<dependency org="org.joinfaces" name="undertow-spring-boot-starter" rev="5.0.0-m3">
<artifact name="undertow-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='undertow-spring-boot-starter', version='5.0.0-m3')
)
libraryDependencies += "org.joinfaces" % "undertow-spring-boot-starter" % "5.0.0-m3"
[org.joinfaces/undertow-spring-boot-starter "5.0.0-m3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-undertow | jar | 3.0.0-M3 |