Using java based upm commands

I would like to use java to interact with sensors on the DragonBoard. I have the sensor mezzanine board. I tried to add the java package using:
sudo apt-get install libupm-java
but I get the error message that that package is not found. Is there a way to add this package to the DragonBoard.

I don’t believe the java bindings are packaged. You’ll likely have to install UPM from source.

@dstrower Debian UPM package has been updated with java bindings. Please try again to install java package using:
sudo apt-get install libupm-java

I had to also add the mraa library using:
sudo apt-get install libmraa-java
I was then able to get it to work!