helloworld
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.jwebmp.examples.undertow</groupId>
<artifactId>helloworld</artifactId>
<version>0.66.0.1</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-builder</artifactId>
<version>0.66.0.1</version>
</parent>
<groupId>com.jwebmp.examples.undertow</groupId>
<artifactId>helloworld</artifactId>
<packaging>jar</packaging>
<name>Undertow - Hello World</name>
<description>An example Hello World Application for Undertow in the JWebSwing Framework
</description>
<url>https://github.com/GedMarc/JWebSwing-Examples/Undertow/HelloWorld</url>
<issueManagement>
<system>Github</system>
<url>https://github.com/GedMarc/JWebSwing-Examples/Undertow/HelloWorld/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-core</artifactId>
<version>0.66.0.1</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-interception</artifactId>
<version>0.66.0.1</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-undertow</artifactId>
<version>0.66.0.1</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-websockets</artifactId>
<version>0.66.0.1</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>guiced-servlets</artifactId>
<version>0.66.0.1</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>guiced-injection</artifactId>
<version>0.66.0.1</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-log-master</artifactId>
<version>0.66.0.1</version>
<classifier></classifier>
</dependency>
<dependency>
<groupId>com.jwebmp.inject.extensions</groupId>
<artifactId>guice-servlet</artifactId>
<version>0.66.0.1</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-websockets-jsr</artifactId>
</dependency>
</dependencies>
<scm>
<url>https://github.com/GedMarc/JWebMP</url>
</scm>
<ciManagement>
<system>TeamCity</system>
<url>http://jwebmp.com/teamcity</url>
</ciManagement>
</project>