Last Version

FastClasspathScanner 4.0.0-beta-7

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

License

License

GroupId

GroupId

io.github.lukehutch
ArtifactId

ArtifactId

fast-classpath-scanner
Version

Version

4.0.0-beta-7
Type

Type

jar
Description

Description

FastClasspathScanner
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
Project URL

Project URL

https://github.com/lukehutch/fast-classpath-scanner
Source Code Management

Source Code Management

https://github.com/lukehutch/fast-classpath-scanner

Download fast-classpath-scanner 4.0.0-beta-7


<!-- https://jarcasting.com/artifacts/io.github.lukehutch/fast-classpath-scanner/ -->
<dependency>
    <groupId>io.github.lukehutch</groupId>
    <artifactId>fast-classpath-scanner</artifactId>
    <version>4.0.0-beta-7</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lukehutch/fast-classpath-scanner/
implementation 'io.github.lukehutch:fast-classpath-scanner:4.0.0-beta-7'
// https://jarcasting.com/artifacts/io.github.lukehutch/fast-classpath-scanner/
implementation ("io.github.lukehutch:fast-classpath-scanner:4.0.0-beta-7")
'io.github.lukehutch:fast-classpath-scanner:jar:4.0.0-beta-7'
<dependency org="io.github.lukehutch" name="fast-classpath-scanner" rev="4.0.0-beta-7">
  <artifact name="fast-classpath-scanner" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lukehutch', module='fast-classpath-scanner', version='4.0.0-beta-7')
)
libraryDependencies += "io.github.lukehutch" % "fast-classpath-scanner" % "4.0.0-beta-7"
[io.github.lukehutch/fast-classpath-scanner "4.0.0-beta-7"]

Dependencies

test (6)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.10.0
org.ops4j.pax.url : pax-url-aether jar 2.5.2
org.slf4j : slf4j-api jar 1.7.25
org.slf4j : slf4j-jdk14 jar 1.7.25
org.hibernate.javax.persistence : hibernate-jpa-2.1-api jar 1.0.2.Final

Project Modules

There are no modules declared in this project.