Binary package “libcommons-modeler-java” in ubuntu bionic

convenience library to use Java Management Extensions (JMX)

 Commons Modeler from the Apache Commons project simplifies using the Java
 Management Extensions (JMX). It provides the following services to
 application developers who wish to make their applications manageable via JMX:
  * Reads an XML-based description of the Model MBeans to be provided
    for a set of managed resources.
  * Provides a registry of these descriptions.
  * Supplies a base Model MBean implementation class that can be used
    for all management activities where the attribute accesses or
    operation calls are simply reflected on to the managed object.