h3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>h3</artifactId>
<version>2.0.1-rc.22</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>org.mvnpm</groupId>
<artifactId>h3</artifactId>
<version>2.0.1-rc.22</version>
<name>h3</name>
<description>Minimal H(TTP) framework built for high performance and portability.</description>
<url>https://h3.dev</url>
<organization>
<name>h3</name>
<url>https://h3.dev</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>pi0</name>
<email>pyapar@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/h3js/h3.git</connection>
<developerConnection>https://github.com/h3js/h3.git</developerConnection>
<url>https://github.com/h3js/h3</url>
</scm>
<issueManagement>
<url>https://github.com/h3js/h3/issues</url>
</issueManagement>
<properties>
<org.mvnpm-rou3.version>[0.8.1,0.9)</org.mvnpm-rou3.version>
<org.mvnpm-crossws.version>[0.4.1,0.5)</org.mvnpm-crossws.version>
<org.mvnpm-srvx.version>[0.11.15,0.12)</org.mvnpm-srvx.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>rou3</artifactId>
<version>${org.mvnpm-rou3.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>srvx</artifactId>
<version>${org.mvnpm-srvx.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>crossws</artifactId>
<version>${org.mvnpm-crossws.version}</version>
</dependency>
</dependencies>
</project>