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