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