gradle-autojar

The gradle-autojar project is a Gradle plugin that uses Autojar, a specialized jar archive minimizer written by Bernd Eggink (http://autojar.sourceforge.net/), for building self-contained executable jars that include only those dependencies that are actually used.

License

License

Categories

Categories

Gradle Build Tools Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.rholder
ArtifactId

ArtifactId

gradle-autojar
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

gradle-autojar
The gradle-autojar project is a Gradle plugin that uses Autojar, a specialized jar archive minimizer written by Bernd Eggink (http://autojar.sourceforge.net/), for building self-contained executable jars that include only those dependencies that are actually used.
Project URL

Project URL

http://rholder.github.io

Download gradle-autojar

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rholder/gradle-autojar/ -->
<dependency>
    <groupId>com.github.rholder</groupId>
    <artifactId>gradle-autojar</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rholder/gradle-autojar/
implementation 'com.github.rholder:gradle-autojar:1.0.1'
// https://jarcasting.com/artifacts/com.github.rholder/gradle-autojar/
implementation ("com.github.rholder:gradle-autojar:1.0.1")
'com.github.rholder:gradle-autojar:jar:1.0.1'
<dependency org="com.github.rholder" name="gradle-autojar" rev="1.0.1">
  <artifact name="gradle-autojar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rholder', module='gradle-autojar', version='1.0.1')
)
libraryDependencies += "com.github.rholder" % "gradle-autojar" % "1.0.1"
[com.github.rholder/gradle-autojar "1.0.1"]

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
1.0.1
1.0.0