# Struts 2 BOM This is a Bill-Of-Materials to be used with Maven based project. It allows to import all the Struts 2 dependencies at once and used them in your project where needed. ## Installation You must add a proper import statement into your `pom.xml` as presented below: ```xml org.apache.struts struts2-bom ${struts2.version} pom import ```