f

fluent-reflection

A library providing a neat interface to the Java language reflection facilities.
http://fluent-reflection.lexicalscope.com/
The Apache Software License, Version 2.0
lexicalscope
Tim Wood
Files download
File Operation
fluent-reflection-0.1.1.jar download
fluent-reflection-0.1.1.pom download
fluent-reflection-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lexicalscope.fluent-reflection</groupId>
  <artifactId>fluent-reflection</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.lexicalscope.fluent-reflection:fluent-reflection:0.1.1'
Gradle Kotlin
implementation("com.lexicalscope.fluent-reflection:fluent-reflection:0.1.1")
Scala SBT
libraryDependencies += "com.lexicalscope.fluent-reflection" % "fluent-reflection" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.lexicalscope.fluent-reflection', module='fluent-reflection', version='0.1.1')
)
Apache Ivy
<dependency org="com.lexicalscope.fluent-reflection" name="fluent-reflection" rev="0.1.1" />
Leiningen
[com.lexicalscope.fluent-reflection/fluent-reflection "0.1.1"]
Apache Buildr
'com.lexicalscope.fluent-reflection:fluent-reflection:jar:0.1.1'