f

fast-classpath-scanner

Uber-fast, ultra-lightweight Java classpath scanner. Scans the classpath by parsing the classfile binary format directly rather than by using reflection. See https://github.com/lukehutch/fast-classpath-scanner
https://github.com/lukehutch/fast-classpath-scanner
The MIT License (MIT)
Luke Hutchison
Files download
File Operation
fast-classpath-scanner-3.1.0.jar download
fast-classpath-scanner-3.1.0.pom download
fast-classpath-scanner-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.lukehutch</groupId>
  <artifactId>fast-classpath-scanner</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.lukehutch:fast-classpath-scanner:3.1.0'
Gradle Kotlin
implementation("io.github.lukehutch:fast-classpath-scanner:3.1.0")
Scala SBT
libraryDependencies += "io.github.lukehutch" % "fast-classpath-scanner" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.lukehutch', module='fast-classpath-scanner', version='3.1.0')
)
Apache Ivy
<dependency org="io.github.lukehutch" name="fast-classpath-scanner" rev="3.1.0" />
Leiningen
[io.github.lukehutch/fast-classpath-scanner "3.1.0"]
Apache Buildr
'io.github.lukehutch:fast-classpath-scanner:jar:3.1.0'