is not current version
Last Version 0.23

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

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

Type

jar

Download bin-with-dependencies 0.10


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