| License | License | 
|---|---|
| Categories | CategoriesReflections Application Layer Libs Introspection | 
| GroupId | GroupIdorg.reflections | 
| ArtifactId | ArtifactIdreflections-parent | 
| Last Version | Last Version0.9.9-RC1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionReflections Reflections - a Java runtime metadata analysis | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| reflections-parent-0.9.9-RC1.pom | 3 KB | 
| Browse | 
<!-- 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"]