MVN

br.com.geraldoferraz : scanyourpath

Maven & Gradle

Apr 03, 2018
1 usages
3 stars

ScanYourPath · ScanYourPath, a DSL java library for classpath scanning

<dependency>
    <groupId>br.com.geraldoferraz</groupId>
    <artifactId>scanyourpath</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.geraldoferraz : scanyourpath to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of br.com.geraldoferraz : scanyourpath to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
scanyourpath-1.1.3
scanyourpath-1.1.2
scanyourpath-1.1.1
0.1.x
scanyourpath-0.1.0
0.0.x
scanyourpath-0.0.3
scanyourpath-0.0.2
scanyourpath-0.0.1

How to add a dependency to Maven

Add the following br.com.geraldoferraz : scanyourpath maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.geraldoferraz</groupId>
    <artifactId>scanyourpath</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.geraldoferraz : scanyourpath gradle dependency to your build.gradle file:

implementation 'br.com.geraldoferraz:scanyourpath:1.1.3'

Gradle Kotlin DSL: Add the following br.com.geraldoferraz : scanyourpath gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.geraldoferraz:scanyourpath:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.geraldoferraz : scanyourpath sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.geraldoferraz" % "scanyourpath" % "1.1.3"

Advertisement