is not current version
Last Version 1.0.3

com.github.bpazy:reflections 1.0.1


Categories

Categories

Reflections Application Layer Libs Introspection
GroupId

GroupId

com.github.bpazy
ArtifactId

ArtifactId

reflections
Version

Version

1.0.1
Type

Type

jar

Download reflections 1.0.1


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