is not current version
Last Version 0.66.0.1

com.jwebmp.examples.undertow:helloworld 0.65.0.3

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.65.0.3
Type

Type

jar

Download helloworld 0.65.0.3


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