MVN

pub.doric.extension : fs

Maven & Gradle

Aug 05, 2022

09729417d9764978f60ebbceac159f84a31296e4

<dependency>
    <groupId>pub.doric.extension</groupId>
    <artifactId>fs</artifactId>
    <version>0.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pub.doric.extension : fs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.8

All Versions

Choose a version of pub.doric.extension : fs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
fs-0.2.8
fs-0.2.6
fs-0.2.5
fs-0.2.4
fs-0.2.3
fs-0.2.2
fs-0.2.1
fs-0.2.0

How to add a dependency to Maven

Add the following pub.doric.extension : fs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pub.doric.extension</groupId>
    <artifactId>fs</artifactId>
    <version>0.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pub.doric.extension : fs gradle dependency to your build.gradle file:

implementation 'pub.doric.extension:fs:0.2.8'

Gradle Kotlin DSL: Add the following pub.doric.extension : fs gradle kotlin dependency to your build.gradle.kts file:

implementation("pub.doric.extension:fs:0.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following pub.doric.extension : fs sbt scala dependency to your build.sbt file:

libraryDependencies += "pub.doric.extension" % "fs" % "0.2.8"

Advertisement