Last Version

gradle-autojar 1.0.1

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
Version

Version

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


<!-- 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.