![JAR search and dependency download from the Maven repository](/logo.png)
bboss.org.apache.velocity.runtime.VelocityEngineVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-velocity Show documentation
Show all versions of bboss-velocity Show documentation
bboss is a j2ee framework include aop/ioc,mvc,persistent,taglib,rpc,event ,bean-xml serializable and so on.http://www.bbossgroups.com
The newest version!
package bboss.org.apache.velocity.runtime;
public class VelocityEngineVersion
{
public static final String VERSION = "2.5";
private static int version = 25;
public static int getVersion() {
return version;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy