"bundle"的含义是什么,例如在这种依赖中:
<dependency>
<groupId>org.apache.abdera</groupId>
<artifactId>abdera-core</artifactId>
<version>1.1.2</version>
<type>bundle</type>
<scope>compile</scope>
</dependency>
Run Code Online (Sandbox Code Playgroud)