License |
License |
---|---|
Categories |
CategoriesGroovy Languages Undertow Net Networking |
GroupId | GroupIdcom.webarity |
ArtifactId | ArtifactIdsimple-undertow-builder-for-groovy |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Undertow builder for Groovy
Easily build configurable Undertow servers with multiple deployments in Groovy.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.webarity/simple-undertow-builder-for-groovy/ -->
<dependency>
<groupId>com.webarity</groupId>
<artifactId>simple-undertow-builder-for-groovy</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.webarity/simple-undertow-builder-for-groovy/
implementation 'com.webarity:simple-undertow-builder-for-groovy:1.0.0'
// https://jarcasting.com/artifacts/com.webarity/simple-undertow-builder-for-groovy/
implementation ("com.webarity:simple-undertow-builder-for-groovy:1.0.0")
'com.webarity:simple-undertow-builder-for-groovy:jar:1.0.0'
<dependency org="com.webarity" name="simple-undertow-builder-for-groovy" rev="1.0.0">
<artifact name="simple-undertow-builder-for-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.webarity', module='simple-undertow-builder-for-groovy', version='1.0.0')
)
libraryDependencies += "com.webarity" % "simple-undertow-builder-for-groovy" % "1.0.0"
[com.webarity/simple-undertow-builder-for-groovy "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.5.8 |
io.undertow : undertow-core | jar | 2.0.27.Final |
io.undertow : undertow-servlet | jar | 2.0.27.Final |
org.jboss.xnio : xnio-api | jar | 3.7.6.Final |
org.jboss.xnio : xnio-nio | jar | 3.7.6.Final |