Jar examples for 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
You can download jar file fast-classpath-scanner 1.9.17 in this page.
The MIT License (MIT)
You can use the following script to add fast-classpath-scanner-1.9.17.jar to your project.
<dependency> <groupId>io.github.lukehutch</groupId> <artifactId>fast-classpath-scanner</artifactId> <version>1.9.17</version> </dependency>
compile group: 'io.github.lukehutch', name: 'fast-classpath-scanner', version: '1.9.17'
libraryDependencies += "io.github.lukehutch" % "fast-classpath-scanner" % "1.9.17"
<dependency org="io.github.lukehutch" name="fast-classpath-scanner" rev="1.9.17"/>
@Grapes(@Grab(group='io.github.lukehutch', module='fast-classpath-scanner', version='1.9.17'))
'io.github.lukehutch:fast-classpath-scanner:jar:1.9.17'
Click the following link to download the jar file.
fast-classpath-scanner-1.9.17-javadoc.jar