== Dependency Management ### Spring Cloud Alibaba Bill of Materials (BOM) If you’re a Maven Central user, add our BOM to your pom.xml section. This will allow you to omit versions for any of the Maven dependencies and instead delegate versioning to the BOM. ```xml org.springframework.cloud spring-cloud-alibaba-dependencies 2.1.0.RELEASE pom import ``` ### Spring Snapshots Maven Repository If you want to use the latest BUILD-SNAPSHOT version, add Spring Snapshot Repository in pom.xml , Attention: BUILD-SNAPSHOT may be updated in any time: ```xml spring-snapshots Spring SnapShots https://repo.spring.io/libs-snapshot true ``` For example, the 0.2.0.BUILD-SNAPSHOT is available from this repository.