f

fluent-reflection

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