jengelman-shadow 4.0.3-1 source package in Ubuntu

Changelog

jengelman-shadow (4.0.3-1) sid; urgency=medium

  * Initial release (Closes: #933327)
  * used to create shadowjars.

 -- Saif Abdul Cassim <email address hidden>  Wed, 10 Jul 2019 15:12:23 +0530

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jengelman-shadow_4.0.3-1.dsc 2.1 KiB 359843dc8b9044ad51fdf769d4e369378e9c61ab914045643087fba85cc4a233
jengelman-shadow_4.0.3.orig.tar.gz 707.6 KiB 8b40c2c406ddc1ac4f2ca918c724fb0170b4ad70b860a463da541eaa9eec46fd
jengelman-shadow_4.0.3-1.debian.tar.xz 3.3 KiB 6273e59ee91fad9925c971828bb792ed832c44873fd83deab11522fabc4f26ad

No changes file available.

Binary packages built by this source

libjengelman-shadow-java: Gradle plugin for creating fat/uber JARs with support for package relocation.

 Shadow is an extension of the Gradle Jar task that optimizes FatJar/UberJar
 creation by using JarInputStream and JarOutputStream to copy file contents.
 This avoids the unnecessary I/O overhead of expanding jar files to
 disk before recombining them. Shadow provides the similar filtering,
 relocation, and transformation capabilities as the Maven Shade plugin.
 The gradle-shadow-plugin makes it possible to integrate JFlex into the Gradle
 - build system.