не последняя версия
Последняя версия 4.8.147

io.github.classgraph:classgraph 4.6.23

The uber-fast, ultra-lightweight classpath and module path scanner for JVM languages.

Категории

Категории

ClassGraph Библиотеки уровня приложения Introspection
Группа

Группа

io.github.classgraph
Идентификатор

Идентификатор

classgraph
Версия

Версия

4.6.23
Тип

Тип

jar

Скачать classgraph 4.6.23


<!-- https://jarcasting.com/artifacts/io.github.classgraph/classgraph/ -->
<dependency>
    <groupId>io.github.classgraph</groupId>
    <artifactId>classgraph</artifactId>
    <version>4.6.23</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.classgraph/classgraph/
implementation 'io.github.classgraph:classgraph:4.6.23'
// https://jarcasting.com/artifacts/io.github.classgraph/classgraph/
implementation ("io.github.classgraph:classgraph:4.6.23")
'io.github.classgraph:classgraph:jar:4.6.23'
<dependency org="io.github.classgraph" name="classgraph" rev="4.6.23">
  <artifact name="classgraph" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.classgraph', module='classgraph', version='4.6.23')
)
libraryDependencies += "io.github.classgraph" % "classgraph" % "4.6.23"
[io.github.classgraph/classgraph "4.6.23"]