# Add URCap library in maven

**URL:** https://forum.universal-robots.com/t/add-urcap-library-in-maven/11276
**Category:** Java
**Created:** [January 7, 2021, 12:17pm UTC](https://forum.universal-robots.com/t/add-urcap-library-in-maven/11276 "2021-01-07T12:17:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![d.verhofstadt](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.universal-robots.com/d.verhofstadt/32/1466_2.png) [@d.verhofstadt](https://forum.universal-robots.com/u/d.verhofstadt)
#### Post date: [January 7, 2021, 12:17pm UTC](https://forum.universal-robots.com/t/add-urcap-library-in-maven/11276/1 "2021-01-07T12:17:23Z")

</div>

Hi

As anyone been able to add/use interfaces of one maven project in another?  
I have been looking into this, but with no succes.  
Anyone have a step by step guide for this?  
I already tried by adjusting the pom.xml file (the dependencies). Maven was able to compile my project, but PolyScope didn’t recognize the library interfaces.

Thanks!

---

<div class="post-metadata">

### Author: ![fujikit](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.universal-robots.com/fujikit/32/6042_2.png) [@fujikit](https://forum.universal-robots.com/u/fujikit)
#### Post date: [January 9, 2021, 10:17am UTC](https://forum.universal-robots.com/t/add-urcap-library-in-maven/11276/2 "2021-01-09T10:17:21Z")

</div>

Hi I had trouble to be successful to add xmlrpc server library.

The repository below is example.

> **[GitHub - t-fujiki/com.takaaki.urcap.dialogscript2](https://github.com/t-fujiki/com.takaaki.urcap.dialogscript2)**
>
> Contribute to t-fujiki/com.takaaki.urcap.dialogscript2 development by creating an account on GitHub.

---

<div class="post-metadata">

### Author: ![d.verhofstadt](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.universal-robots.com/d.verhofstadt/32/1466_2.png) [@d.verhofstadt](https://forum.universal-robots.com/u/d.verhofstadt)
#### Post date: [January 13, 2021, 1:47pm UTC](https://forum.universal-robots.com/t/add-urcap-library-in-maven/11276/3 "2021-01-13T13:47:27Z")

</div>

Hi

Does it have to be with XML-RPC? Isn’t it just possible to export the Java project that serves as a library to a .jar and then load this .jar into my URCap maven project?
