c

classgraph

Uber-fast, ultra-lightweight Java classpath and module path scanner (formerly named FastClasspathScanner). https://github.com/classgraph/classgraph
https://github.com/classgraph/classgraph
The MIT License (MIT)
Luke Hutchison
Files download
File Operation
classgraph-4.1.7.jar download
classgraph-4.1.7.pom download
classgraph-4.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.classgraph</groupId>
  <artifactId>classgraph</artifactId>
  <version>4.1.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.classgraph:classgraph:4.1.7'
Gradle Kotlin
implementation("io.github.classgraph:classgraph:4.1.7")
Scala SBT
libraryDependencies += "io.github.classgraph" % "classgraph" % "4.1.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.classgraph', module='classgraph', version='4.1.7')
)
Apache Ivy
<dependency org="io.github.classgraph" name="classgraph" rev="4.1.7" />
Leiningen
[io.github.classgraph/classgraph "4.1.7"]
Apache Buildr
'io.github.classgraph:classgraph:jar:4.1.7'