resource-bunch maven plugin
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.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаio.github.miracelwhipp.resource.bunch.client |
| Идентификатор | Идентификаторresource-bunch-client |
| Последняя версия | Последняя версия2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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
|
| Имя Файла | Размер |
|---|---|
| resource-bunch-client-2.0.pom | |
| resource-bunch-client-2.0.jar | 6 KB |
| resource-bunch-client-2.0-sources.jar | 4 KB |
| resource-bunch-client-2.0-javadoc.jar | 25 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.miracelwhipp.resource.bunch.client/resource-bunch-client/ -->
<dependency>
<groupId>io.github.miracelwhipp.resource.bunch.client</groupId>
<artifactId>resource-bunch-client</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.miracelwhipp.resource.bunch.client/resource-bunch-client/
implementation 'io.github.miracelwhipp.resource.bunch.client:resource-bunch-client:2.0'
// https://jarcasting.com/artifacts/io.github.miracelwhipp.resource.bunch.client/resource-bunch-client/
implementation ("io.github.miracelwhipp.resource.bunch.client:resource-bunch-client:2.0")
'io.github.miracelwhipp.resource.bunch.client:resource-bunch-client:jar:2.0'
<dependency org="io.github.miracelwhipp.resource.bunch.client" name="resource-bunch-client" rev="2.0">
<artifact name="resource-bunch-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.miracelwhipp.resource.bunch.client', module='resource-bunch-client', version='2.0')
)
libraryDependencies += "io.github.miracelwhipp.resource.bunch.client" % "resource-bunch-client" % "2.0"
[io.github.miracelwhipp.resource.bunch.client/resource-bunch-client "2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.miracelwhipp.resource.bunch.common : resource-bunch-common | jar | 2.0 |
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.