MVN

io.github.NateshR : fileutil

Maven & Gradle

Aug 23, 2023

likeminds-chat-fileutil · LikeMinds Chat-v1 official Android SDK

<dependency>
    <groupId>io.github.NateshR</groupId>
    <artifactId>fileutil</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.NateshR : fileutil to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of io.github.NateshR : fileutil to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fileutil-1.0.5
fileutil-1.0.4
fileutil-1.0.3
fileutil-1.0.2
fileutil-1.0.1
fileutil-1.0.0
0.0.x
fileutil-0.0.1

How to add a dependency to Maven

Add the following io.github.NateshR : fileutil maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.NateshR</groupId>
    <artifactId>fileutil</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.NateshR : fileutil gradle dependency to your build.gradle file:

implementation 'io.github.NateshR:fileutil:1.0.5'

Gradle Kotlin DSL: Add the following io.github.NateshR : fileutil gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.NateshR:fileutil:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.NateshR : fileutil sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.NateshR" % "fileutil" % "1.0.5"