How to install the Java artifact ru.fix.kbdd-example with Maven
Java
Maven
pom.xml
ru.fix
kbdd-example
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>ru.fix</groupId>
<artifactId>kbdd-example</artifactId>
<version>1.0.14</version>
</dependency>
/dependencies>