Reflections

Reflections - a Java runtime metadata analysis

License

License

Categories

Categories

Reflections Application Layer Libs Introspection
GroupId

GroupId

org.reflections
ArtifactId

ArtifactId

reflections-parent
Last Version

Last Version

0.9.9-RC1
Release Date

Release Date

Type

Type

pom
Description

Description

Reflections
Reflections - a Java runtime metadata analysis
Project URL

Project URL

http://code.google.com/p/reflections/

Download reflections-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • reflections
  • reflections-maven
  • reflections-spring

Versions

Version
0.9.9-RC1
0.9.8
0.9.7
0.9.7.RC1
0.9.6
0.9.5
0.9.5-RC2