MVN

com.kryshchuk.maven.plugins : file-visitor

Maven & Gradle

Mar 26, 2013
4 usages
0 stars

File iteration helper library for Maven Plugins. · Contains utilities for iterating the files by plugins.

<dependency>
    <groupId>com.kryshchuk.maven.plugins</groupId>
    <artifactId>file-visitor</artifactId>
    <version>1.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kryshchuk.maven.plugins : file-visitor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of com.kryshchuk.maven.plugins : file-visitor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
file-visitor-1.0.8
file-visitor-1.0.7
file-visitor-1.0.6
file-visitor-1.0.3
file-visitor-1.0.2
file-visitor-1.0.1
1.0
file-visitor-1.0

How to add a dependency to Maven

Add the following com.kryshchuk.maven.plugins : file-visitor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kryshchuk.maven.plugins</groupId>
    <artifactId>file-visitor</artifactId>
    <version>1.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kryshchuk.maven.plugins : file-visitor gradle dependency to your build.gradle file:

implementation 'com.kryshchuk.maven.plugins:file-visitor:1.0.8'

Gradle Kotlin DSL: Add the following com.kryshchuk.maven.plugins : file-visitor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kryshchuk.maven.plugins:file-visitor:1.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kryshchuk.maven.plugins : file-visitor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kryshchuk.maven.plugins" % "file-visitor" % "1.0.8"

Advertisement