--- title: 'Download' weight: 80 --- ## Download Strolch is on [Maven central](https://mvnrepository.com/artifact/li.strolch/li.strolch.agent) , but if the latest version is not there, then build it locally. A guide can be found on the [development](/development) page. Strolch is also built on [Jenkins](https://ci.4trees.ch/), so you can see if the latest version passes all tests. ## Include as Maven dependency The easiest way to include strolch in your project is to use the following maven dependency: ```xml 1.6.100 li.strolch li.strolch.bom pom ${strolch.version} import ``` The bom will include all Strolch modules, you can always exclude a dependency, or only include the dependencies you really want, e.g. model, etc. After including the dependency, checkout [development](/development) on how to turn your project into a Strolch agent.