is not current version
Last Version 0.66.0.1

com.jwebmp.examples.undertow:helloworld 0.58.0.21-RCTEST

An example Hello World Application for Undertow in the JWebSwing Framework

Categories

Categories

Undertow Net Networking
GroupId

GroupId

com.jwebmp.examples.undertow
ArtifactId

ArtifactId

helloworld
Version

Version

0.58.0.21-RCTEST
Type

Type

jar

Download helloworld 0.58.0.21-RCTEST


<!-- https://jarcasting.com/artifacts/com.jwebmp.examples.undertow/helloworld/ -->
<dependency>
    <groupId>com.jwebmp.examples.undertow</groupId>
    <artifactId>helloworld</artifactId>
    <version>0.58.0.21-RCTEST</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.examples.undertow/helloworld/
implementation 'com.jwebmp.examples.undertow:helloworld:0.58.0.21-RCTEST'
// https://jarcasting.com/artifacts/com.jwebmp.examples.undertow/helloworld/
implementation ("com.jwebmp.examples.undertow:helloworld:0.58.0.21-RCTEST")
'com.jwebmp.examples.undertow:helloworld:jar:0.58.0.21-RCTEST'
<dependency org="com.jwebmp.examples.undertow" name="helloworld" rev="0.58.0.21-RCTEST">
  <artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.examples.undertow', module='helloworld', version='0.58.0.21-RCTEST')
)
libraryDependencies += "com.jwebmp.examples.undertow" % "helloworld" % "0.58.0.21-RCTEST"
[com.jwebmp.examples.undertow/helloworld "0.58.0.21-RCTEST"]