fluent-reflection.
A library providing a neat interface to the Java language reflection facilities..
Here is the list of declaration for fluent-reflection. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.lexicalscope.fluent-reflection</groupId> <artifactId>fluent-reflection</artifactId> <version>0.0.11</version> </dependency>
If you think this Maven repository POM file listing for fluent-reflection is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The fluent-reflection-0.0.11 has 7 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | hamcrest-integration 1.3.RC2 Provides integration between Hamcrest and other testing tools, including JUnit (3 and 4), TestNG, jMock and EasyMock. | 27 |
JUnit | junit-dep 4.10 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 177 |
Library | lambdaj 2.3.1 The pseudo-functional collection manipulation library | 22 |
Data Structure | commons-lang3 3.0.1 Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang. | 40 |
Development | guava 10.0 Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. This project is a complete packaging of all the Guava libraries into a single jar. Individual portions of Guava can be used by downloading the ap... | 72 |
The following table lists the most popular artifacts which are depending on fluent-reflection-0.0.11. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Console | jewelcli 0.8.2 JewelCli uses an annotated interface definition to automatically parse and present command line arguments | 5 |
The following plugins are used in the fluent-reflection-0.0.11.jar
The following packages are defined in the fluent-reflection-0.0.11.jar
com.lexicalscope.fluentreflection com.lexicalscope.fluentreflection.bean com.lexicalscope.fluentreflection.dynamicproxy
Here is the content of the POM file.
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.lexicalscope.fluent-reflection</groupId> <artifactId>fluent-reflection</artifactId> <version>0.0.11</version> <packaging>jar</packaging> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <name>fluent-reflection</name> <description>A library providing a neat interface to the Java language reflection facilities.</description> <inceptionYear>2011</inceptionYear> <url>http://fluent-reflection.lexicalscope.com/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>lexicalscope</name> <url>http://www.lexicalscope.com</url> </organization> <ciManagement> <system>jenkins</system> <url>https://lexicalscope.ci.cloudbees.com/job/fluent-reflection/</url> </ciManagement> <scm> <connection>scm:git:git@github.com:lexicalscope/fluent-reflection.git</connection> <url>https://github.com/lexicalscope/fluent-reflection</url> <developerConnection>scm:git:git@github.com:lexicalscope/fluent-reflection.git</developerConnection> </scm> <distributionManagement> <site> <id>github-project-site</id> <url>gitsite:git@github.com/lexicalscope/fluent-reflection.git</url> </site> </distributionManagement> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.build.outputEncoding>UTF-8</project.build.outputEncoding> </properties> <build> <extensions> <extension> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-gitexe</artifactId> <version>1.5</version> </extension> <extension> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-manager-plexus</artifactId> <version>1.5</version> </extension> <extension> <groupId>org.kathrynhuxtable.maven.wagon</groupId> <artifactId>wagon-gitsite</artifactId> <version>0.3.1</version> </extension> </extensions> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId>org.sonatype.plugins</groupId> <artifactId>jarjar-maven-plugin</artifactId> <versionRange>[1.5,)</versionRange> <goals> <goal>jarjar</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.5.1</version> <configuration> <instrumentation> <ignores> <ignore>com.lexicalscope.fluentreflection.internal.**</ignore> </ignores> <excludes> <exclude>com/lexicalscope/fluentreflection/internal/**/*.class</exclude> </excludes> </instrumentation> </configuration> <executions> <execution> <goals> <goal>clean</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>jarjar-maven-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>jarjar-classes</id> <phase>process-test-classes</phase> <goals> <goal>jarjar</goal> </goals> <configuration> <overwrite>true</overwrite> <input>{classes}</input> </configuration> </execution> <execution> <id>jarjar-testclasses</id> <phase>process-test-classes</phase> <goals> <goal>jarjar</goal> </goals> <configuration> <overwrite>true</overwrite> <input>{test-classes}</input> </configuration> </execution> </executions> <configuration> <overwrite>true</overwrite> <includes> <include>com.google.inject:guice</include> <include>com.googlecode.lambdaj:lambdaj</include> <include>org.apache.commons:commons-lang3</include> <include>com.google.guava:guava</include> </includes> <rules> <rule> <pattern>com.google.common.**.*</pattern> <result>com.lexicalscope.fluentreflection.internal.guava.@1.$@2</result> </rule> <rule> <pattern>com.google.common.*</pattern> <result>com.lexicalscope.fluentreflection.internal.guava.$@1</result> </rule> <rule> <pattern>com.google.inject.**.*</pattern> <result>com.lexicalscope.fluentreflection.internal.guice.@1.$@2</result> </rule> <rule> <pattern>com.google.inject.*</pattern> <result>com.lexicalscope.fluentreflection.internal.guice.$@1</result> </rule> <rule> <pattern>ch.lambdaj.**.*</pattern> <result>com.lexicalscope.fluentreflection.internal.lamdaj.@1.$@2</result> </rule> <rule> <pattern>ch.lambdaj.*</pattern> <result>com.lexicalscope.fluentreflection.internal.lamdaj.$@1</result> </rule> <rule> <pattern>org.apache.commons.lang3.**.*</pattern> <result>com.lexicalscope.fluentreflection.internal.lang3.@1.$@2</result> </rule> <rule> <pattern>org.apache.commons.lang3.*</pattern> <result>com.lexicalscope.fluentreflection.internal.lang3.$@1</result> </rule> </rules> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <version>1.7</version> <configuration> <signature> <groupId>org.codehaus.mojo.signature</groupId> <artifactId>java16-sun</artifactId> <version>1.10</version> </signature> <!-- unfortunately guava uses some internal sun APIs... <groupId>org.codehaus.mojo.signature</groupId> <artifactId>java16</artifactId> <version>1.0</version> --> </configuration> <executions> <execution> <id>check-java-1.6-compat</id> <phase>process-classes</phase> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>2.3.1</version> <configuration> <excludes> <exclude>META-INF/LICENSE</exclude> <exclude>META-INF/NOTICE</exclude> <exclude>META-INF/LICENSE.txt</exclude> <exclude>META-INF/NOTICE.txt</exclude> <exclude>com/google/common/**</exclude> </excludes> </configuration> <executions> <execution> <phase>package</phase> <goals> <goal>test-jar</goal> </goals> </execution> <execution> <id>no_deps</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> <configuration> <classesDirectory>${project.build.directory}/original-classes</classesDirectory> <classifier>no_deps</classifier> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.9</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.8</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.4</version> <reportSets> <reportSet> <reports> <report>index</report> <report>dependencies</report> <report>project-team</report> <report>mailing-list</report> <report>cim</report> <report>issue-tracking</report> <report>scm</report> <report>license</report> <report>summary</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.5.1</version> <configuration> <formats> <format>xml</format> <format>html</format> </formats> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.8</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.9</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changelog-plugin</artifactId> <version>2.2</version> <configuration> <type>range</type> <range>90</range> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.5</version> <configuration> <linkXref>true</linkXref> <sourceEncoding>utf-8</sourceEncoding> <minimumTokens>100</minimumTokens> <targetJdk>1.5</targetJdk> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.3.2</version> <configuration> <findbugsXmlOutput>true</findbugsXmlOutput> <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>javancss-maven-plugin</artifactId> <version>2.0</version> </plugin> </plugins> </reporting> <dependencyManagement> <dependencies> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.3.RC2</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-integration</artifactId> <version>1.3.RC2</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit-dep</artifactId> <version>4.10</version> <type>jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-junit4</artifactId> <version>2.5.1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.googlecode.lambdaj</groupId> <artifactId>lambdaj</artifactId> <version>2.3.1</version> <type>jar</type> <scope>compile</scope> <optional>true</optional> <exclusions> <exclusion> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>3.0</version> <type>jar</type> <classifier>no_aop</classifier> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.0.1</version> <type>jar</type> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>10.0</version> <type>jar</type> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> <profiles> <profile> <id>release-sign-artifacts</id> <activation> <property> <name>performRelease</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>