MVN

com.github.sviperll : bin-with-dependencies

Maven & Gradle

Apr 21, 2023

bin-with-dependencies · Assembly for maven-assembly-plugin to pack jar with it's dependencies

<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>bin-with-dependencies</artifactId>
    <version>0.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sviperll : bin-with-dependencies to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.23
  • Latest Release Candidate: 0.23-rc2
  • Latest Beta: 0.24-beta2

All Versions

Choose a version of com.github.sviperll : bin-with-dependencies to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.24
bin-with-dependencies-0.24-beta2
0.23
bin-with-dependencies-0.23
bin-with-dependencies-0.23-rc2
bin-with-dependencies-0.23-rc1
0.22
bin-with-dependencies-0.22
0.21
bin-with-dependencies-0.21
0.20
bin-with-dependencies-0.20
0.16
bin-with-dependencies-0.16
0.15
bin-with-dependencies-0.15
0.14
bin-with-dependencies-0.14
0.13
bin-with-dependencies-0.13
0.12
bin-with-dependencies-0.12
0.11
bin-with-dependencies-0.11
0.10
bin-with-dependencies-0.10
0.9
bin-with-dependencies-0.9
0.8
bin-with-dependencies-0.8
0.7
bin-with-dependencies-0.7
0.6
bin-with-dependencies-0.6

How to add a dependency to Maven

Add the following com.github.sviperll : bin-with-dependencies maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>bin-with-dependencies</artifactId>
    <version>0.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sviperll : bin-with-dependencies gradle dependency to your build.gradle file:

implementation 'com.github.sviperll:bin-with-dependencies:0.23'

Gradle Kotlin DSL: Add the following com.github.sviperll : bin-with-dependencies gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sviperll:bin-with-dependencies:0.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sviperll : bin-with-dependencies sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sviperll" % "bin-with-dependencies" % "0.23"

Advertisement