License |
License |
---|---|
Categories |
CategoriesUndertow Net Networking |
GroupId | GroupIdorg.nutz |
ArtifactId | ArtifactIdnutz-plugins-undertow |
Last Version | Last Version1.r.69.v20220215 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple, lightweight embed web server for Nutz
|
<!-- https://jarcasting.com/artifacts/org.nutz/nutz-plugins-undertow/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutz-plugins-undertow</artifactId>
<version>1.r.69.v20220215</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutz-plugins-undertow/
implementation 'org.nutz:nutz-plugins-undertow:1.r.69.v20220215'
// https://jarcasting.com/artifacts/org.nutz/nutz-plugins-undertow/
implementation ("org.nutz:nutz-plugins-undertow:1.r.69.v20220215")
'org.nutz:nutz-plugins-undertow:jar:1.r.69.v20220215'
<dependency org="org.nutz" name="nutz-plugins-undertow" rev="1.r.69.v20220215">
<artifact name="nutz-plugins-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutz-plugins-undertow', version='1.r.69.v20220215')
)
libraryDependencies += "org.nutz" % "nutz-plugins-undertow" % "1.r.69.v20220215"
[org.nutz/nutz-plugins-undertow "1.r.69.v20220215"]
Group / Artifact | Type | Version |
---|---|---|
io.undertow : undertow-core | jar | 1.4.20.Final |
io.undertow : undertow-servlet | jar | 1.4.20.Final |
org.nutz : nutz | jar | 1.r.69.v20220215 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |