<?xml version="1.0"?><project> <parent> <artifactId>xbean</artifactId> <groupId>org.apache.xbean</groupId> <version>2.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xbean-reflect</artifactId> <name>XBean :: Reflect</name> <version>2.4</version> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.4</source> <target>1.4</target> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>mx4j</groupId> <artifactId>mx4j</artifactId> </dependency> </dependencies> <distributionManagement> <status>deployed</status> </distributionManagement> </project>
<dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-reflect</artifactId> <version>2.4</version> </dependency>
org.apache.xbean:xbean-reflect:2.4