Implementation for Test Libraries written in Java can be used in Robot Framework.
robotframework/JavalibCore is the base for implementing.
<!-- https://mvnrepository.com/artifact/org.ndviet/robot-keywords-utilities -->
<dependency>
<groupId>org.ndviet</groupId>
<artifactId>robot-keywords-utilities</artifactId>
<version>${version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.ndviet/robot-keywords-webui -->
<dependency>
<groupId>org.ndviet</groupId>
<artifactId>robot-keywords-webui</artifactId>
<version>${version}</version>
</dependency>
git clone git@github.com:ndviet/test-parent-pom.git
git clone git@github.com:ndviet/test-automation-fwk.git
git clone git@github.com:ndviet/test-java2robot-adapter.git
A sample project is using these Robot Keywords.