Download fast-classpath-scanner-2.0.20.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 2.0.20 in this page.

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials