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
文件下载
文件名 操作
classgraph-4.8.78.jar 下载
classgraph-4.8.78.pom 下载
classgraph-4.8.78-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.classgraph</groupId>
  <artifactId>classgraph</artifactId>
  <version>4.8.78</version>
</dependency>
Gradle Groovy
implementation 'io.github.classgraph:classgraph:4.8.78'
Gradle Kotlin
implementation("io.github.classgraph:classgraph:4.8.78")
Scala SBT
libraryDependencies += "io.github.classgraph" % "classgraph" % "4.8.78"
Groovy Grape
@Grapes(
  @Grab(group='io.github.classgraph', module='classgraph', version='4.8.78')
)
Apache Ivy
<dependency org="io.github.classgraph" name="classgraph" rev="4.8.78" />
Leiningen
[io.github.classgraph/classgraph "4.8.78"]
Apache Buildr
'io.github.classgraph:classgraph:jar:4.8.78'