numdata-filesystem
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.numdata</groupId> <artifactId>numdata-filesystem</artifactId> <version>1.22</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.numdata</groupId> <artifactId>numdata-open</artifactId> <version>1.22</version> </parent> <artifactId>numdata-filesystem</artifactId> <description>File system tools.</description> <dependencies> <dependency> <groupId>com.numdata</groupId> <artifactId>numdata-commons</artifactId> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> </dependency> <dependency> <groupId>jcifs</groupId> <artifactId>jcifs</artifactId> </dependency> </dependencies> <properties> <coverage.minimum>0</coverage.minimum> </properties> </project>