Download fluent-reflection-0.0.11.jar file - Jar f

Jar examples for f:fluent-reflection

Description

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

You can download jar file fluent-reflection 0.0.11 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fluent-reflection-0.0.11.jar to your project.

<dependency>
   <groupId>com.lexicalscope.fluent-reflection</groupId>
   <artifactId>fluent-reflection</artifactId>
   <version>0.0.11</version>
</dependency>
compile group: 'com.lexicalscope.fluent-reflection', name: 'fluent-reflection', version: '0.0.11'
libraryDependencies += "com.lexicalscope.fluent-reflection" % "fluent-reflection" % "0.0.11"
<dependency org="com.lexicalscope.fluent-reflection" name="fluent-reflection" rev="0.0.11"/>
@Grapes(@Grab(group='com.lexicalscope.fluent-reflection', module='fluent-reflection', version='0.0.11'))
'com.lexicalscope.fluent-reflection:fluent-reflection:jar:0.0.11'

Download

Click the following link to download the jar file.

fluent-reflection-0.0.11-javadoc.jar
fluent-reflection-0.0.11-no_deps.jar
fluent-reflection-0.0.11-sources.jar
fluent-reflection-0.0.11-tests.jar
fluent-reflection-0.0.11.jar
fluent-reflection-0.0.11.pom



Related Tutorials