| License | License | 
|---|---|
| GroupId | GroupIdio.github.miracelwhipp.resource.bunch.common | 
| ArtifactId | ArtifactIdresource-bunch-common | 
| Last Version | Last Version2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionThis 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 | 
<!-- https://jarcasting.com/artifacts/io.github.miracelwhipp.resource.bunch.common/resource-bunch-common/ -->
<dependency>
    <groupId>io.github.miracelwhipp.resource.bunch.common</groupId>
    <artifactId>resource-bunch-common</artifactId>
    <version>2.0</version>
</dependency>// https://jarcasting.com/artifacts/io.github.miracelwhipp.resource.bunch.common/resource-bunch-common/
implementation 'io.github.miracelwhipp.resource.bunch.common:resource-bunch-common:2.0'// https://jarcasting.com/artifacts/io.github.miracelwhipp.resource.bunch.common/resource-bunch-common/
implementation ("io.github.miracelwhipp.resource.bunch.common:resource-bunch-common:2.0")'io.github.miracelwhipp.resource.bunch.common:resource-bunch-common:jar:2.0'<dependency org="io.github.miracelwhipp.resource.bunch.common" name="resource-bunch-common" rev="2.0">
  <artifact name="resource-bunch-common" type="jar" />
</dependency>@Grapes(
@Grab(group='io.github.miracelwhipp.resource.bunch.common', module='resource-bunch-common', version='2.0')
)libraryDependencies += "io.github.miracelwhipp.resource.bunch.common" % "resource-bunch-common" % "2.0"[io.github.miracelwhipp.resource.bunch.common/resource-bunch-common "2.0"]