Tool :: Jar wrapper

A tool for generating "wrapper" JAR files. A wrapper JAR file contains a Class-Path manifest attribute listing a group of JAR files to be loaded from a common codebase. It may also, depending on applicability and selected options, contain a JAR index file, a preferred class list and/or a Main-Class manifest entry for the grouped JAR files.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

au.net.zeus.jgdms.tools
Идентификатор

Идентификатор

jarwrapper
Последняя версия

Последняя версия

3.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Tool :: Jar wrapper
A tool for generating "wrapper" JAR files. A wrapper JAR file contains a Class-Path manifest attribute listing a group of JAR files to be loaded from a common codebase. It may also, depending on applicability and selected options, contain a JAR index file, a preferred class list and/or a Main-Class manifest entry for the grouped JAR files.

Скачать jarwrapper

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/au.net.zeus.jgdms.tools/jarwrapper/ -->
<dependency>
    <groupId>au.net.zeus.jgdms.tools</groupId>
    <artifactId>jarwrapper</artifactId>
    <version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.net.zeus.jgdms.tools/jarwrapper/
implementation 'au.net.zeus.jgdms.tools:jarwrapper:3.1.0'
// https://jarcasting.com/artifacts/au.net.zeus.jgdms.tools/jarwrapper/
implementation ("au.net.zeus.jgdms.tools:jarwrapper:3.1.0")
'au.net.zeus.jgdms.tools:jarwrapper:jar:3.1.0'
<dependency org="au.net.zeus.jgdms.tools" name="jarwrapper" rev="3.1.0">
  <artifact name="jarwrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.net.zeus.jgdms.tools', module='jarwrapper', version='3.1.0')
)
libraryDependencies += "au.net.zeus.jgdms.tools" % "jarwrapper" % "3.1.0"
[au.net.zeus.jgdms.tools/jarwrapper "3.1.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
3.1.0
3.0.1-RC-07