ngtcp2-headers
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.ensody.nativebuilds</groupId>
<artifactId>ngtcp2-headers</artifactId>
<version>1.19.0</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>com.ensody.nativebuilds</groupId>
<artifactId>ngtcp2-headers</artifactId>
<version>1.19.0</version>
<packaging>pom</packaging>
<name>NativeBuilds</name>
<description>Native builds of popular open-source libraries</description>
<url>https://github.com/ensody/native-builds</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
<license>
<name>The MIT License</name>
<url>https://opensource.org/license/mit</url>
</license>
</licenses>
<developers>
<developer>
<id>wkornewald</id>
<name>Waldemar Kornewald</name>
<url>https://www.ensody.com</url>
<organization>Ensody GmbH</organization>
<organizationUrl>https://www.ensody.com</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/ensody/native-builds</url>
</scm>
</project>