is not current version
Last Version 0.23

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

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

Type

jar

Download bin-with-dependencies 0.13


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