gateway.resource.address.httpx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>gateway.resource.address.httpx</artifactId>
<version>5.6.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>org.kaazing</groupId>
<artifactId>gateway</artifactId>
<version>5.6.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>gateway.resource.address.httpx</artifactId>
<name>Httpx Resource Address</name>
<description>Resource Address for httpx endpoint</description>
<url>https://github.com/kaazing/gateway.resource.address.httpx.git</url>
<scm>
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>git@github.com:kaazing/gateway.resource.address.httpx.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>gateway.resource.address.http</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
</dependencies>
</project>