Top "Uberjar" questions

An Uber JAR (AKA fat JAR or super JAR) is a JAR file that contains both the package and all its dependencies in one single JAR file.

Using Gradle to build a jar with dependencies

I have a multiproject build and I put a task to build a fat jar in one of the subprojects. …

gradle uberjar
What is an uber jar?

I am reading Maven documentation and came across the name 'uber-jar'. What does an uber-jar mean and what are its …

maven uberjar
gradle - how do I build a jar with a lib dir with other jars in it?

In gradle - how can I embed jars inside my build output jar in the lib directory (specifially the lib/…

jar gradle uberjar
Easiest way to merge a release into one JAR file

Is there a tool or script which easily merges a bunch of JAR files into one JAR file? A bonus …

java jar merge restructuredtext uberjar
What is a fat JAR?

I've heard people say that they create a fat JAR and deploy it. What do they actually mean ?

java jar uberjar
How to build an Uber JAR (Fat JAR) using SBT within IntelliJ IDEA?

I'm using SBT (within IntelliJ IDEA) to build a simple Scala project. I would like to know what is the …

scala intellij-idea sbt meta-inf uberjar
Create standalone jar using SBT

I was a heavy Maven user and now I'm gradually using SBT for some of my projects. I'd like to …

sbt uberjar
Building an uberjar with Gradle

I want to build an uberjar (AKA fatjar) that includes all the transitive dependencies of the project. What lines do …

java groovy gradle uberjar
Is it possible to create an "uber" jar containing the project classes and the project dependencies as jars with a custom manifest file?

I'm trying to create a executable jar(using maven) that contains the project classes and it's dependencies with a manifest …

java maven-2 build-process maven-plugin uberjar
Why does format("kafka") fail with "Failed to find data source: kafka." (even with uber-jar)?

I use HDP-2.6.3.0 with Spark2 package 2.2.0. I'm trying to write a Kafka consumer, using the Structured Streaming API, but I'm …

apache-spark apache-spark-sql spark-structured-streaming uberjar