c

classgraph

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