is not current version
Last Version 1.0.1

com.tvd12:reflections 0.9.16

Reflections - a Java runtime metadata analysis

Categories

Categories

Reflections Application Layer Libs Introspection
GroupId

GroupId

com.tvd12
ArtifactId

ArtifactId

reflections
Version

Version

0.9.16
Type

Type

jar

Download reflections 0.9.16


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