Railo with Maven - getrailo/railo GitHub Wiki

You can add Railo to your Maven pom.xml files via the following:

<repositories>
	<repository>
		<id>cfmlprojects</id>
		<url>http://cfmlprojects.org/artifacts</url>
	</repository>
</repositories>

And the dependency via:

<dependency>
	<groupId>org.getrailo</groupId>
	<artifactId>railo</artifactId>
	<version>4.1.0.005</version>
</dependency>

Or the single Railo jar artifactId is "railo-jar". (The above has all the dependencies, with the exception of database drivers which are marked as "optional", thus not included by default.)

These are the versions available:

http://cfmlprojects.org/artifacts/org/getrailo/railo/
⚠️ **GitHub.com Fallback** ⚠️