java-file-util
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.hmtmcse.fileutil</groupId> <artifactId>java-file-util</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.hmtmcse.fileutil</groupId> <artifactId>java-file-util</artifactId> <version>1.0.0</version> <name>Java File Util</name> <description>This is fileutil-file-util library</description> <url>http://www.hmtmcse.com/app-and-lib/fileutil/fileutil-file-util</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>hmtmcse</id> <name>H.M Touhid Mia</name> <email>hmtm.cse@gmail.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/hmtmcse/fileutil-file-util.git</connection> <developerConnection>scm:git:https://github.com/hmtmcse/fileutil-file-util.git</developerConnection> <url>https://github.com/hmtmcse/fileutil-file-util</url> </scm> </project>