When I download the protobuf-javalite-3.17.3 pom: https://repo1.maven.org/maven2/com/google/protobuf/protobuf-javalite/3.17.3/protobuf-javalite-3.17.3.pom I can see inside
<packaging>bundle</packaging>
What packaging : bundle mean exactly? on https://repo1.maven.org/maven2/com/google/protobuf/protobuf-javalite/3.17.3/ I can see that their is a protobuf-javalite-3.17.3.jar
but no protobuf-javalite-3.17.3.bundle
, so do I need to download instead the protobuf-javalite-3.17.3.jar
?