MVN

org.smallmind : file-ephemeral

Maven & Gradle

Jun 18, 2023
9 stars

File-Ephemeral · Ephemeral File System

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>file-ephemeral</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smallmind : file-ephemeral to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of org.smallmind : file-ephemeral to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
file-ephemeral-5.1.0
4.11.x
file-ephemeral-4.11.1
file-ephemeral-4.11.0
4.10.x
file-ephemeral-4.10.0
4.9.x
file-ephemeral-4.9.0
4.8.x
file-ephemeral-4.8.5
file-ephemeral-4.8.4
file-ephemeral-4.8.3
file-ephemeral-4.8.2
file-ephemeral-4.8.1
file-ephemeral-4.8.0
4.7.x
file-ephemeral-4.7.1
file-ephemeral-4.7.0
4.6.x
file-ephemeral-4.6.0

How to add a dependency to Maven

Add the following org.smallmind : file-ephemeral maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>file-ephemeral</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.smallmind : file-ephemeral gradle dependency to your build.gradle file:

implementation 'org.smallmind:file-ephemeral:5.1.0'

Gradle Kotlin DSL: Add the following org.smallmind : file-ephemeral gradle kotlin dependency to your build.gradle.kts file:

implementation("org.smallmind:file-ephemeral:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.smallmind : file-ephemeral sbt scala dependency to your build.sbt file:

libraryDependencies += "org.smallmind" % "file-ephemeral" % "5.1.0"