How to install the Java artifact org.fusesource.bai.sample-spring-bai with Maven
Java
Maven
pom.xml
org.fusesource.bai
sample-spring-bai
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.fusesource.bai</groupId>
<artifactId>sample-spring-bai</artifactId>
<version>7.1.0.fuse-047</version>
</dependency>
/<dependencies>