httpcodec
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jdrupes.httpcodec</groupId>
<artifactId>httpcodec</artifactId>
<version>3.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.jdrupes.httpcodec</groupId>
<artifactId>httpcodec</artifactId>
<version>3.1.0</version>
<dependencies>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>[2.1.0,3.0.0)</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>org.jdrupes.httpcodec</name>
<description>HTTP coders and decoders for non-blocking I/O</description>
<url>https://github.com/mnlipp/jdrupes-httpcodec</url>
<scm>
<url>scm:git@github.com:mnlipp/jdrupes-httpcodec.git</url>
<connection>scm:git@github.com:mnlipp/jdrupes-httpcodec.git</connection>
<developerConnection>git@github.com:mnlipp/jdrupes-httpcodec.git</developerConnection>
</scm>
<licenses>
<license>
<name>LGPL 3.0</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mnlipp</id>
<name>Michael N. Lipp</name>
</developer>
</developers>
</project>