is not current version
Last Version 0.1.5

com.lexicalscope.fluent-reflection:fluent-reflection 0.0.1

A library providing a neat interface to the Java language reflection facilites.

GroupId

GroupId

com.lexicalscope.fluent-reflection
ArtifactId

ArtifactId

fluent-reflection
Version

Version

0.0.1
Type

Type

jar

Download fluent-reflection 0.0.1


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