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-2.4.7.jar download
fast-classpath-scanner-2.4.7.pom download
fast-classpath-scanner-2.4.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.lukehutch</groupId>
  <artifactId>fast-classpath-scanner</artifactId>
  <version>2.4.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.lukehutch:fast-classpath-scanner:2.4.7'
Gradle Kotlin
implementation("io.github.lukehutch:fast-classpath-scanner:2.4.7")
Scala SBT
libraryDependencies += "io.github.lukehutch" % "fast-classpath-scanner" % "2.4.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.lukehutch', module='fast-classpath-scanner', version='2.4.7')
)
Apache Ivy
<dependency org="io.github.lukehutch" name="fast-classpath-scanner" rev="2.4.7" />
Leiningen
[io.github.lukehutch/fast-classpath-scanner "2.4.7"]
Apache Buildr
'io.github.lukehutch:fast-classpath-scanner:jar:2.4.7'