mime-format
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>mime-format</artifactId> <version>2.0.1</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>mime-format</artifactId> <version>2.0.1</version> <name>mime-format</name> <description>Database to mime-format based on content-type header and content</description> <url>https://github.com/postmanlabs/mime-format#readme</url> <organization> <name>Postman Labs</name> <url>https://github.com/postmanlabs/mime-format#readme</url> </organization> <licenses> <license> <name>Apache-2.0</name> </license> </licenses> <developers> <developer> <name>shamasis</name> <email>mail@shamasis.net</email> </developer> <developer> <name>codenirvana</name> <email>codenirvana28@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/postmanlabs/mime-format.git</connection> <developerConnection>https://github.com/postmanlabs/mime-format.git</developerConnection> <url>https://github.com/postmanlabs/mime-format</url> </scm> <issueManagement> <url>https://github.com/postmanlabs/mime-format/issues</url> </issueManagement> <properties> <org.mvnpm-charset.version>[1.0.0,2)</org.mvnpm-charset.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>charset</artifactId> <version>${org.mvnpm-charset.version}</version> </dependency> </dependencies> </project>