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