| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.miracelwhipp.resource.bunch.common |
| Идентификатор | Идентификаторresource-bunch-common |
| Последняя версия | Последняя версия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-common-2.0.pom | |
| resource-bunch-common-2.0.jar | 3 KB |
| resource-bunch-common-2.0-sources.jar | 3 KB |
| resource-bunch-common-2.0-javadoc.jar | 24 KB |
| Обзор |
<!-- 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"]