fdir
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>fdir</artifactId>
<version>6.5.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>fdir</artifactId>
<version>6.5.0</version>
<name>fdir</name>
<description>The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s</description>
<url>https://github.com/thecodrr/fdir#readme</url>
<organization>
<name>thecodrr</name>
<url>https://github.com/thecodrr/fdir#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>thecodrr</name>
<email>enkaboot@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/thecodrr/fdir.git</connection>
<developerConnection>https://github.com/thecodrr/fdir.git</developerConnection>
<url>https://github.com/thecodrr/fdir</url>
</scm>
<issueManagement>
<url>https://github.com/thecodrr/fdir/issues</url>
</issueManagement>
<properties>
<org.mvnpm-picomatch.version>[3,4),[4,5)</org.mvnpm-picomatch.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>picomatch</artifactId>
<version>${org.mvnpm-picomatch.version}</version>
</dependency>
</dependencies>
</project>