MVN

io.github.molihuan : pathselector

Maven & Gradle

Jan 04, 2023
288 stars

pathselector · 文件路径选择器(File Path selector)

<dependency>
    <groupId>io.github.molihuan</groupId>
    <artifactId>pathselector</artifactId>
    <version>1.1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.14

All Versions

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

Version Vulnerabilities Updated
1.1.x
pathselector-1.1.14
pathselector-1.1.13
pathselector-1.1.12
pathselector-1.1.11
pathselector-1.1.10
pathselector-1.1.9
pathselector-1.1.8
pathselector-1.1.7
pathselector-1.1.6
pathselector-1.1.5
pathselector-1.1.4
pathselector-1.1.3
pathselector-1.1.2
pathselector-1.1.1
pathselector-1.1.0
1.0.x
pathselector-1.0.11
pathselector-1.0.10
pathselector-1.0.9
pathselector-1.0.8
pathselector-1.0.7
pathselector-1.0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.molihuan</groupId>
    <artifactId>pathselector</artifactId>
    <version>1.1.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.molihuan:pathselector:1.1.14'

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

implementation("io.github.molihuan:pathselector:1.1.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.molihuan" % "pathselector" % "1.1.14"

Advertisement