is not current version
Last Version 1.0.3

com.github.bpazy:reflections 1.0.2


Categories

Categories

Reflections Application Layer Libs Introspection
GroupId

GroupId

com.github.bpazy
ArtifactId

ArtifactId

reflections
Version

Version

1.0.2
Type

Type

jar

Download reflections 1.0.2


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