| Group ID: |
net.officefloor.tutorial |
| Artifact ID: |
DynamicHttpServer |
| Version: |
3.17.0 |
| Last modified: |
29.12.2019 09:11 |
| Packaging: |
jar |
| Name: |
Dynamic HTTP Server Tutorial |
| Description: |
Tutorial of using OfficeFloor for dynamic content from a HTTP Server |
| URL: |
http://officefloor.net/officefloor/tutorials/DynamicHttpServer/ |
|
|
| Size: |
7.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/net/officefloor/tutorial/DynamicHttpServer/3.17.0/DynamicHttpServer-3.17.0.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.officefloor.tutorial</groupId>
<artifactId>DynamicHttpServer</artifactId>
<version>3.17.0</version>
<name>Dynamic HTTP Server Tutorial</name>
<description>Tutorial of using OfficeFloor for dynamic content from a HTTP Server</description>
<url>http://officefloor.net/officefloor/tutorials/DynamicHttpServer/</url>
<licenses>
<license>
<name>AGPL</name>
<url>http://www.gnu.org/licenses/agpl-3.0.en.html</url>
<distribution>repo</distribution>
<comments>Affero General Public License</comments>
</license>
</licenses>
<developers>
<developer>
<id>sagenschneider</id>
<name>Daniel Sagenschneider</name>
<email>daniel@officefloor.net</email>
<roles>
<role>Founder</role>
<role>Administrator</role>
<role>Developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/officefloor/OfficeFloor.git/officefloor/tutorials/DynamicHttpServer</connection>
<developerConnection>scm:git:git@github.com:officefloor/OfficeFloor.git/officefloor/tutorials/DynamicHttpServer</developerConnection>
<url>https://github.com/officefloor/OfficeFloor/officefloor/tutorials/DynamicHttpServer</url>
</scm>
<dependencies>
<dependency>
<groupId>net.officefloor.web</groupId>
<artifactId>woof</artifactId>
<version>3.17.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.8</version>
<scope>provided</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>OfficeFloor-build-artifacts</id>
<name>Build artifacts for OfficeFloor</name>
<url>http://officefloor.net/build2</url>
</repository>
</repositories>
</project>
|
| Maven: |
<dependency>
<groupId>net.officefloor.tutorial</groupId>
<artifactId>DynamicHttpServer</artifactId>
<version>3.17.0</version>
</dependency>
|
| Gradle: |
net.officefloor.tutorial:DynamicHttpServer:3.17.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
lombok-1.18.8.jar
in org/projectlombok/lombok/1.18.8
-
[JAR]
woof-3.17.0.jar
in net/officefloor/web/woof/3.17.0
|
| Dependency Graph: |
Show
Less
More
|