MVN

io.sunshower.zephyr : zephyr-directory-scanner

Maven & Gradle

Jun 09, 2022
50 stars

Sunshower Zephyr · Sunshower Zephyr Plugin Framework

<dependency>
    <groupId>io.sunshower.zephyr</groupId>
    <artifactId>zephyr-directory-scanner</artifactId>
    <version>2.0.128.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.sunshower.zephyr : zephyr-directory-scanner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.128.Final

All Versions

Choose a version of io.sunshower.zephyr : zephyr-directory-scanner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
zephyr-directory-scanner-2.0.128.Final
zephyr-directory-scanner-2.0.126.Final
zephyr-directory-scanner-2.0.124.Final
zephyr-directory-scanner-2.0.121.Final
zephyr-directory-scanner-2.0.117.Final
zephyr-directory-scanner-2.0.115.Final
zephyr-directory-scanner-2.0.113.Final
zephyr-directory-scanner-2.0.112.Final
zephyr-directory-scanner-2.0.111.Final

How to add a dependency to Maven

Add the following io.sunshower.zephyr : zephyr-directory-scanner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.sunshower.zephyr</groupId>
    <artifactId>zephyr-directory-scanner</artifactId>
    <version>2.0.128.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.sunshower.zephyr : zephyr-directory-scanner gradle dependency to your build.gradle file:

implementation 'io.sunshower.zephyr:zephyr-directory-scanner:2.0.128.Final'

Gradle Kotlin DSL: Add the following io.sunshower.zephyr : zephyr-directory-scanner gradle kotlin dependency to your build.gradle.kts file:

implementation("io.sunshower.zephyr:zephyr-directory-scanner:2.0.128.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.sunshower.zephyr : zephyr-directory-scanner sbt scala dependency to your build.sbt file:

libraryDependencies += "io.sunshower.zephyr" % "zephyr-directory-scanner" % "2.0.128.Final"

Advertisement