Maven Repository - POM file for Development reflections 0.9.5-RC2 0.9.5-RC2

Summary

Reflections.

Reflections - a Java runtime metadata analysis.

Declaration

Here is the list of declaration for reflections. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.reflections</groupId>
   <artifactId>reflections</artifactId>
   <version>0.9.5-RC2</version>
</dependency>

If you think this Maven repository POM file listing for reflections is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:WTFPL
URL: http://en.wikipedia.org/wiki/WTFPL.

Depends on

The reflections-0.9.5-RC2 has 8 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Librarygoogle-collections 1.0
Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0
42
Filejavassist 3.8.0.GA
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java.
17
Logslf4j-api 1.5.6
The slf4j API
64
XMLdom4j 1.6
dom4j: the flexible XML framework for Java
8
JSONgson 1.4
Google Gson library
10
JUnitjunit 4.5
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.
385




Packages

The following packages are defined in the reflections-0.9.5-RC2.jar

org.reflections
org.reflections.adapters
org.reflections.scanners
org.reflections.serializers
org.reflections.util
org.reflections.vfs

POM File Source

Here is the content of the POM file.

<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>reflections-parent</artifactId>
    <groupId>org.reflections</groupId>
    <version>0.9.5-RC2</version>
  </parent>
  <artifactId>reflections</artifactId>
  <name>Reflections</name>
  <description>Reflections - a Java runtime metadata analysis</description>
  <url>http://code.google.com/p/reflections/</url>
  <licenses>
    <license>
      <name>WTFPL</name>
      <url>http://en.wikipedia.org/wiki/WTFPL</url>
    </license>
  </licenses>
  <scm>
    <connection>http://code.google.com/p/reflections/source/browse/</connection>
    <url>http://code.google.com/p/reflections/source/browse/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.collections</groupId>
      <artifactId>google-collections</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>javassist</groupId>
      <artifactId>javassist</artifactId>
      <version>3.8.0.GA</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.5.6</version>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>0.9.9</version>
      <scope>runtime</scope>
      <optional></optional>
    </dependency>
    <dependency>
      <groupId>dom4j</groupId>
      <artifactId>dom4j</artifactId>
      <version>1.6</version>
      <optional></optional>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>1.4</version>
      <optional></optional>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.5</version>
      <optional></optional>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.5</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>