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.

License

License

Categories

Categories

Net
GroupId

GroupId

au.net.zeus.jgdms.tools
ArtifactId

ArtifactId

jarwrapper
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download jarwrapper

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.0
3.0.1-RC-07