is not current version
Last Version 0.23

com.github.sviperll:bin-with-dependencies 0.8

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

GroupId

GroupId

com.github.sviperll
ArtifactId

ArtifactId

bin-with-dependencies
Version

Version

0.8
Type

Type

jar

Download bin-with-dependencies 0.8


<!-- https://jarcasting.com/artifacts/com.github.sviperll/bin-with-dependencies/ -->
<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>bin-with-dependencies</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/bin-with-dependencies/
implementation 'com.github.sviperll:bin-with-dependencies:0.8'
// https://jarcasting.com/artifacts/com.github.sviperll/bin-with-dependencies/
implementation ("com.github.sviperll:bin-with-dependencies:0.8")
'com.github.sviperll:bin-with-dependencies:jar:0.8'
<dependency org="com.github.sviperll" name="bin-with-dependencies" rev="0.8">
  <artifact name="bin-with-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='bin-with-dependencies', version='0.8')
)
libraryDependencies += "com.github.sviperll" % "bin-with-dependencies" % "0.8"
[com.github.sviperll/bin-with-dependencies "0.8"]