c

classgraph

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