MVN

com.eed3si9n : sbt-assembly_2.12_1.0

Maven & Gradle

Sep 17, 2023
1.9k stars

sbt-assembly · sbt plugin to create a single über jar

<dependency>
    <groupId>com.eed3si9n</groupId>
    <artifactId>sbt-assembly_2.12_1.0</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eed3si9n : sbt-assembly_2.12_1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of com.eed3si9n : sbt-assembly_2.12_1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
sbt-assembly_2.12_1.0-2.1.2
sbt-assembly_2.12_1.0-2.1.1
sbt-assembly_2.12_1.0-2.1.0
2.0.x
sbt-assembly_2.12_1.0-2.0.0
sbt-assembly_2.12_1.0-2.0.0-RC1
1.2.x
sbt-assembly_2.12_1.0-1.2.0
1.1.x
sbt-assembly_2.12_1.0-1.1.1
sbt-assembly_2.12_1.0-1.1.0
1.0.x
sbt-assembly_2.12_1.0-1.0.0

How to add a dependency to Maven

Add the following com.eed3si9n : sbt-assembly_2.12_1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.eed3si9n</groupId>
    <artifactId>sbt-assembly_2.12_1.0</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eed3si9n : sbt-assembly_2.12_1.0 gradle dependency to your build.gradle file:

implementation 'com.eed3si9n:sbt-assembly_2.12_1.0:2.1.2'

Gradle Kotlin DSL: Add the following com.eed3si9n : sbt-assembly_2.12_1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eed3si9n:sbt-assembly_2.12_1.0:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eed3si9n : sbt-assembly_2.12_1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eed3si9n" % "sbt-assembly_2.12_1.0" % "2.1.2"

Advertisement