assembly-descriptor

org.apache.pinot

assembly-descriptor is a Java jar artifact published under the org.apache.pinot group on Maven Central. 4 versions are indexed here. Select a version below for Maven, Gradle and SBT snippets plus CVE data.

Recommended: 1.5.1 4 versions jarChecking...

Add to your project1.4.0

<dependency>
    <groupId>org.apache.pinot</groupId>
    <artifactId>assembly-descriptor</artifactId>
    <version>1.4.0</version>
</dependency>

Version Details — 1.4.0

Packaging
jar
Direct Deps
0
Total Deps
0
Published
Unknown
License
Unknown

By adding this descriptor to the maven-assembly-plugin of your project an extra artifact will be created. It will be a zip, classified with plugin, putting all classes under /classes/ and all runtime dependencies in the root of the zip See also https://maven.apache.org/plugins/maven-assembly-plugin/examples/sharing-descriptors.html

Checking security advisories...