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