is not current version
Last Version 4.8.147

io.github.classgraph:classgraph 4.4.8

Uber-fast, ultra-lightweight Java classpath and module path scanner (formerly named FastClasspathScanner). https://github.com/classgraph/classgraph

Categories

Categories

ClassGraph Application Layer Libs Introspection
GroupId

GroupId

io.github.classgraph
ArtifactId

ArtifactId

classgraph
Version

Version

4.4.8
Type

Type

jar

Download classgraph 4.4.8


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