MVN

io.github.miracelwhipp.resource.bunch : resource-bunch

Maven & Gradle

Sep 29, 2018
0 stars

This maven plugin allows you to add a lot of files as resources to your jar and provides a simple API for extracting parts or all of them with one single call

<dependency>
    <groupId>io.github.miracelwhipp.resource.bunch</groupId>
    <artifactId>resource-bunch</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.miracelwhipp.resource.bunch : resource-bunch to add to Maven - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of io.github.miracelwhipp.resource.bunch : resource-bunch to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0
resource-bunch-2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.miracelwhipp.resource.bunch</groupId>
    <artifactId>resource-bunch</artifactId>
    <version>2.0</version>
</dependency>