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.3.jar download
fluent-reflection-0.1.3.pom download
fluent-reflection-0.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lexicalscope.fluent-reflection</groupId>
  <artifactId>fluent-reflection</artifactId>
  <version>0.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.lexicalscope.fluent-reflection:fluent-reflection:0.1.3'
Gradle Kotlin
implementation("com.lexicalscope.fluent-reflection:fluent-reflection:0.1.3")
Scala SBT
libraryDependencies += "com.lexicalscope.fluent-reflection" % "fluent-reflection" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.lexicalscope.fluent-reflection', module='fluent-reflection', version='0.1.3')
)
Apache Ivy
<dependency org="com.lexicalscope.fluent-reflection" name="fluent-reflection" rev="0.1.3" />
Leiningen
[com.lexicalscope.fluent-reflection/fluent-reflection "0.1.3"]
Apache Buildr
'com.lexicalscope.fluent-reflection:fluent-reflection:jar:0.1.3'