MVN

com.bluetrainsoftware : classpath-scanner

Maven & Gradle

Jan 04, 2016
35 usages
0 stars

Simple classpath scanner · Provides an efficient classpath scanner for URLClassLoaders.

<dependency>
    <groupId>com.bluetrainsoftware</groupId>
    <artifactId>classpath-scanner</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bluetrainsoftware : classpath-scanner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of com.bluetrainsoftware : classpath-scanner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
classpath-scanner-1.8
1.7
classpath-scanner-1.7
1.6
classpath-scanner-1.6
1.5
classpath-scanner-1.5
1.4
classpath-scanner-1.4
1.3
classpath-scanner-1.3
1.2
classpath-scanner-1.2
1.1
classpath-scanner-1.1

How to add a dependency to Maven

Add the following com.bluetrainsoftware : classpath-scanner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bluetrainsoftware</groupId>
    <artifactId>classpath-scanner</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bluetrainsoftware : classpath-scanner gradle dependency to your build.gradle file:

implementation 'com.bluetrainsoftware:classpath-scanner:1.8'

Gradle Kotlin DSL: Add the following com.bluetrainsoftware : classpath-scanner gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bluetrainsoftware:classpath-scanner:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bluetrainsoftware : classpath-scanner sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bluetrainsoftware" % "classpath-scanner" % "1.8"

Advertisement