raw-body
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>raw-body</artifactId> <version>3.0.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>org.mvnpm</groupId> <artifactId>raw-body</artifactId> <version>3.0.0</version> <name>raw-body</name> <description>Get and validate the raw body of a readable stream.</description> <url>https://github.com/stream-utils/raw-body#readme</url> <organization> <name>Jonathan Ong</name> <url>https://github.com/stream-utils/raw-body#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>dougwilson</name> <email>doug@somethingdoug.com</email> </developer> <developer> <name>jongleberry</name> <email>jonathanrichardong@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/stream-utils/raw-body.git</connection> <developerConnection>https://github.com/stream-utils/raw-body.git</developerConnection> <url>https://github.com/stream-utils/raw-body</url> </scm> <issueManagement> <url>https://github.com/stream-utils/raw-body/issues</url> </issueManagement> <properties> <org.mvnpm-bytes.version>3.1.2</org.mvnpm-bytes.version> <org.mvnpm-iconv-lite.version>0.6.3</org.mvnpm-iconv-lite.version> <org.mvnpm-unpipe.version>1.0.0</org.mvnpm-unpipe.version> <org.mvnpm-http-errors.version>2.0.0</org.mvnpm-http-errors.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>bytes</artifactId> <version>${org.mvnpm-bytes.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>http-errors</artifactId> <version>${org.mvnpm-http-errors.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>iconv-lite</artifactId> <version>${org.mvnpm-iconv-lite.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>unpipe</artifactId> <version>${org.mvnpm-unpipe.version}</version> </dependency> </dependencies> </project>