file-type
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>file-type</artifactId>
<version>22.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>file-type</artifactId>
<version>22.0.1</version>
<name>file-type</name>
<description>Detect the file type of a file, stream, or data</description>
<url>https://github.com/sindresorhus/file-type#readme</url>
<organization>
<name>Sindre Sorhus</name>
<url>https://github.com/sindresorhus/file-type#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>sindresorhus</name>
<email>sindresorhus@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/sindresorhus/file-type.git</connection>
<developerConnection>https://github.com/sindresorhus/file-type.git</developerConnection>
<url>https://github.com/sindresorhus/file-type</url>
</scm>
<issueManagement>
<url>https://github.com/sindresorhus/file-type/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.tokenizer-inflate.version>[0.4.1,0.5)</org.mvnpm.at.tokenizer-inflate.version>
<org.mvnpm-strtok3.version>[10.3.5,11)</org.mvnpm-strtok3.version>
<org.mvnpm-uint8array-extras.version>[1.5.0,2)</org.mvnpm-uint8array-extras.version>
<org.mvnpm-token-types.version>[6.1.2,7)</org.mvnpm-token-types.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.tokenizer</groupId>
<artifactId>inflate</artifactId>
<version>${org.mvnpm.at.tokenizer-inflate.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>strtok3</artifactId>
<version>${org.mvnpm-strtok3.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>token-types</artifactId>
<version>${org.mvnpm-token-types.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>uint8array-extras</artifactId>
<version>${org.mvnpm-uint8array-extras.version}</version>
</dependency>
</dependencies>
</project>