| License |
License |
|---|---|
| Categories |
CategoriesNet Undertow Networking |
| GroupId | GroupIdnet.colesico.framework |
| ArtifactId | ArtifactIdcolesico-undertow |
| Last Version | Last Version5.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionColesico Undertow Module
Colesico framework undertow http server integration.
|
| Filename | Size |
|---|---|
| colesico-undertow-5.2.0.pom | |
| colesico-undertow-5.2.0.jar | 37 KB |
| colesico-undertow-5.2.0-sources.jar | 19 KB |
| colesico-undertow-5.2.0-javadoc.jar | 461 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.colesico.framework/colesico-undertow/ -->
<dependency>
<groupId>net.colesico.framework</groupId>
<artifactId>colesico-undertow</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.colesico.framework/colesico-undertow/
implementation 'net.colesico.framework:colesico-undertow:5.2.0'
// https://jarcasting.com/artifacts/net.colesico.framework/colesico-undertow/
implementation ("net.colesico.framework:colesico-undertow:5.2.0")
'net.colesico.framework:colesico-undertow:jar:5.2.0'
<dependency org="net.colesico.framework" name="colesico-undertow" rev="5.2.0">
<artifact name="colesico-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.colesico.framework', module='colesico-undertow', version='5.2.0')
)
libraryDependencies += "net.colesico.framework" % "colesico-undertow" % "5.2.0"
[net.colesico.framework/colesico-undertow "5.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.colesico.framework : colesico-config | jar | 5.2.0 |
| net.colesico.framework : colesico-httpserver | jar | 5.2.0 |
| io.undertow : undertow-core | jar | 2.2.16.Final |