<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>apache-beanutils</groupId>
  <artifactId>commons-beanutils</artifactId>
  <version>1.7.0</version>
  <url>http://jakarta.apache.org/commons/beanutils/</url>
  <description>The Java language provides Reflection and Introspection APIs (see the java.lang.reflect and java.beans packages in the JDK Javadocs). However, these APIs can be quite complex to understand and utilize. The BeanUtils component provides easy-to-use wrappers around these capabilities</description>
  <licenses>
   <license>
     <name>apache-2.0</name>
     <url>http://www.apache.org/licenses/LICENSE-2.0</url>
   </license>
  </licenses>  
</project>