MVN

io.vilt.minium.developer : minium-developer-fs

Maven & Gradle

Mar 22, 2021
2 usages

Minium Developer - Filesystem

<dependency>
    <groupId>io.vilt.minium.developer</groupId>
    <artifactId>minium-developer-fs</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.vilt.minium.developer : minium-developer-fs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0
  • Latest Release Candidate: 2.6.0-RC1

All Versions

Choose a version of io.vilt.minium.developer : minium-developer-fs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
minium-developer-fs-2.6.0
minium-developer-fs-2.6.0-RC1
2.5.x
minium-developer-fs-2.5.3-RC5
minium-developer-fs-2.5.3-RC4
minium-developer-fs-2.5.3-RC3
minium-developer-fs-2.5.3-RC2
minium-developer-fs-2.5.3-RC1
2.3.x
minium-developer-fs-2.3.0
2.0.x
minium-developer-fs-2.0.1
minium-developer-fs-2.0.0
1.9.x
minium-developer-fs-1.9.8
minium-developer-fs-1.9.5
minium-developer-fs-1.9.1
minium-developer-fs-1.9.0
1.8.x
minium-developer-fs-1.8.0
1.7.x
minium-developer-fs-1.7.0
1.6.x
minium-developer-fs-1.6.0
minium-developer-fs-1.6.0-RC2
1.5.x
minium-developer-fs-1.5.0

How to add a dependency to Maven

Add the following io.vilt.minium.developer : minium-developer-fs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.vilt.minium.developer</groupId>
    <artifactId>minium-developer-fs</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.vilt.minium.developer : minium-developer-fs gradle dependency to your build.gradle file:

implementation 'io.vilt.minium.developer:minium-developer-fs:2.6.0'

Gradle Kotlin DSL: Add the following io.vilt.minium.developer : minium-developer-fs gradle kotlin dependency to your build.gradle.kts file:

implementation("io.vilt.minium.developer:minium-developer-fs:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.vilt.minium.developer : minium-developer-fs sbt scala dependency to your build.sbt file:

libraryDependencies += "io.vilt.minium.developer" % "minium-developer-fs" % "2.6.0"

Advertisement