Download fast-classpath-scanner-1.9.0.jar file - Jar f

Jar examples for f:fast-classpath-scanner

Description

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.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add fast-classpath-scanner-1.9.0.jar to your project.

<dependency>
   <groupId>io.github.lukehutch</groupId>
   <artifactId>fast-classpath-scanner</artifactId>
   <version>1.9.0</version>
</dependency>
compile group: 'io.github.lukehutch', name: 'fast-classpath-scanner', version: '1.9.0'
libraryDependencies += "io.github.lukehutch" % "fast-classpath-scanner" % "1.9.0"
<dependency org="io.github.lukehutch" name="fast-classpath-scanner" rev="1.9.0"/>
@Grapes(@Grab(group='io.github.lukehutch', module='fast-classpath-scanner', version='1.9.0'))
'io.github.lukehutch:fast-classpath-scanner:jar:1.9.0'

Download

Click the following link to download the jar file.

fast-classpath-scanner-1.9.0-javadoc.jar
fast-classpath-scanner-1.9.0-sources.jar
fast-classpath-scanner-1.9.0.jar
fast-classpath-scanner-1.9.0.pom



Related Tutorials