file-reader
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>file-reader</artifactId>
<version>1.1.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-reader</artifactId>
<version>1.1.1</version>
<name>file-reader</name>
<description>Read a glob of files, dynamically choosing the reader or requiring the files based on the file extension.</description>
<url>https://github.com/jonschlinkert/file-reader</url>
<organization>
<name>Jon Schlinkert</name>
<url>https://github.com/jonschlinkert/file-reader</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>jonschlinkert</name>
<email>github@sellside.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/jonschlinkert/file-reader.git</connection>
<developerConnection>https://github.com/jonschlinkert/file-reader.git</developerConnection>
<url>https://github.com/jonschlinkert/file-reader</url>
</scm>
<issueManagement>
<url>https://github.com/jonschlinkert/file-reader/issues</url>
</issueManagement>
<properties>
<org.mvnpm-lazy-cache.version>[1.0.4,2)</org.mvnpm-lazy-cache.version>
<org.mvnpm-camel-case.version>[1.2.2,2)</org.mvnpm-camel-case.version>
<org.mvnpm-read-yaml.version>[1.0.0,2)</org.mvnpm-read-yaml.version>
<org.mvnpm-map-files.version>[0.8.0,0.9)</org.mvnpm-map-files.version>
<org.mvnpm-extend-shallow.version>[2.0.1,3)</org.mvnpm-extend-shallow.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>camel-case</artifactId>
<version>${org.mvnpm-camel-case.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>extend-shallow</artifactId>
<version>${org.mvnpm-extend-shallow.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lazy-cache</artifactId>
<version>${org.mvnpm-lazy-cache.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>map-files</artifactId>
<version>${org.mvnpm-map-files.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>read-yaml</artifactId>
<version>${org.mvnpm-read-yaml.version}</version>
</dependency>
</dependencies>
</project>