Decorum is a simple dependency extension to ant. Constructs classpaths using a simple list of dependencies.Matches jars to the required version (eg "any", "1.0", "1.2.3+")Builds the dependencies if no jar is present.Two minute example< project ... > <...