MVN

net.morimekta.utils : file

Maven & Gradle

Feb 14, 2023

Utilities for File Handling · Java module with utilities for handling files, paths and directories.

<dependency>
    <groupId>net.morimekta.utils</groupId>
    <artifactId>file</artifactId>
    <version>4.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.morimekta.utils : file to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.2

All Versions

Choose a version of net.morimekta.utils : file to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
file-4.1.2
file-4.1.1
file-4.1.0
4.0.x
file-4.0.0

How to add a dependency to Maven

Add the following net.morimekta.utils : file maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.morimekta.utils</groupId>
    <artifactId>file</artifactId>
    <version>4.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.morimekta.utils : file gradle dependency to your build.gradle file:

implementation 'net.morimekta.utils:file:4.1.2'

Gradle Kotlin DSL: Add the following net.morimekta.utils : file gradle kotlin dependency to your build.gradle.kts file:

implementation("net.morimekta.utils:file:4.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.morimekta.utils : file sbt scala dependency to your build.sbt file:

libraryDependencies += "net.morimekta.utils" % "file" % "4.1.2"

Advertisement

Dependencies from Group

Feb 07, 2020
20 usages
4 stars
Feb 07, 2020
14 usages
Feb 07, 2020
4 usages
4 stars
Aug 03, 2022
4 usages
Sep 08, 2018
3 usages
4 stars

Discover Dependencies

Apr 30, 2020
2 usages
Apr 30, 2020
1 usages
Mar 18, 2020
1 stars
Mar 04, 2021
3 usages
0 stars
Dec 21, 2021
2 usages
35 stars
Mar 21, 2020
2 stars
Nov 29, 2021
1 usages
209 stars