is not current version
Last Version 0.23

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

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.16
Type

Type

jar

Download bin-with-dependencies 0.16


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