Plexus Codehaus: Plexus Interpolation Version 1.25 Released
The Codehaus Plexus team is pleased to announce the release of the Plexus Interpolation Version 1.25
Plexus interpolator is the outgrowth of multiple iterations of development focused on providing a more modular, flexible interpolation framework for the expression language style commonly seen in Maven, Plexus, and other related projects.
It has its foundation in the org.codehaus.plexus.utils.interpolation
package
within plexus-utils, but has
been separated in order to allow these two libraries to vary independently of
one another.
1<dependency>
2 <groupId>org.codehaus.plexus</groupId>
3 <artifactId>plexus-interpolation</artifactId>
4 <version>1.25</version>
5</dependency>
Enjoy,
-The Codehaus Plexus team
Karl-Heinz Marbaise