is not current version
Last Version 0.1.5

com.lexicalscope.fluent-reflection:fluent-reflection-parent 0.1.3

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

GroupId

GroupId

com.lexicalscope.fluent-reflection
ArtifactId

ArtifactId

fluent-reflection-parent
Version

Version

0.1.3
Type

Type

pom

Download fluent-reflection-parent 0.1.3


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