is not current version
Last Version 0.10.2

org.reflections:reflections 0.9.9-RC2

Reflections - a Java runtime metadata analysis

Categories

Categories

Reflections Application Layer Libs Introspection
GroupId

GroupId

org.reflections
ArtifactId

ArtifactId

reflections
Version

Version

0.9.9-RC2
Type

Type

jar

Download reflections 0.9.9-RC2


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