Hi,
I am trying to convert kg to pound using the uom api.
While I can specify a quantity in kg by using tec.uom.se.unit.Units.KILOGRAM, I have not found a similar constant for pounds.
uom-systems/common-java8/src/main/java/systems/uom/common/Imperial.java contains a constant that is package protected, so I cannot access it.
Can you tell me what the recommended way to get an instance of the pound unit is?
Thanks & best regards,
  Niklas