With this Starter you are able to use Mule with Spring Boot.
Actually there is no official release, so you can use Jitpack.
Step 1. Add the JitPack repository to your build file
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
Step 2. Add the dependency in the form
<dependency>
<groupId>com.github.User</groupId>
<artifactId>mule-spring-boot-starter</artifactId>
<version>short commit id</version>
</dependency>