%% -*- mode: erlang -*- {application, emqx_bridge_iotdb, [ {description, "EMQX Enterprise Apache IoTDB Bridge"}, {vsn, "0.1.5"}, {modules, [ emqx_bridge_iotdb, emqx_bridge_iotdb_connector ]}, {registered, []}, {applications, [ kernel, stdlib, emqx_resource ]}, {env, []}, {licenses, ["Business Source License 1.1"]}, {maintainers, ["EMQX Team "]}, {links, [ {"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx"} ]} ]}.