f

fast-classpath-scanner

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