| License | License | 
|---|---|
| Categories | CategoriesReflections Application Layer Libs Introspection | 
| GroupId | GroupIdcom.github.bpazy | 
| ArtifactId | ArtifactIdreflections | 
| Last Version | Last Version1.0.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| reflections-1.0.3.pom | |
| reflections-1.0.3.jar | 3 KB | 
| reflections-1.0.3-sources.jar | 1 KB | 
| reflections-1.0.3-javadoc.jar | 24 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.bpazy/reflections/ -->
<dependency>
    <groupId>com.github.bpazy</groupId>
    <artifactId>reflections</artifactId>
    <version>1.0.3</version>
</dependency>// https://jarcasting.com/artifacts/com.github.bpazy/reflections/
implementation 'com.github.bpazy:reflections:1.0.3'// https://jarcasting.com/artifacts/com.github.bpazy/reflections/
implementation ("com.github.bpazy:reflections:1.0.3")'com.github.bpazy:reflections:jar:1.0.3'<dependency org="com.github.bpazy" name="reflections" rev="1.0.3">
  <artifact name="reflections" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.bpazy', module='reflections', version='1.0.3')
)libraryDependencies += "com.github.bpazy" % "reflections" % "1.0.3"[com.github.bpazy/reflections "1.0.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.3.2 |