java_library( | |
name = "commons_jelly_tags_fmt", | |
visibility = [ | |
"//visibility:public", | |
], | |
exports = [ | |
"@commons_jelly_commons_jelly_tags_fmt//jar", | |
], | |
) | |
java_library( | |
name = "commons_jelly_tags_xml", | |
visibility = [ | |
"//visibility:public", | |
], | |
exports = [ | |
"@commons_jelly_commons_jelly_tags_xml//jar", | |
], | |
) |