GroupId | GroupIdcom.github.sviperll |
---|---|
ArtifactId | ArtifactIdbin-with-dependencies |
Version | Version0.15 |
Type | Typejar |
Filename | Size |
---|---|
bin-with-dependencies-0.15.pom | |
bin-with-dependencies-0.15.jar | 3 KB |
bin-with-dependencies-0.15-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sviperll/bin-with-dependencies/ -->
<dependency>
<groupId>com.github.sviperll</groupId>
<artifactId>bin-with-dependencies</artifactId>
<version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/bin-with-dependencies/
implementation 'com.github.sviperll:bin-with-dependencies:0.15'
// https://jarcasting.com/artifacts/com.github.sviperll/bin-with-dependencies/
implementation ("com.github.sviperll:bin-with-dependencies:0.15")
'com.github.sviperll:bin-with-dependencies:jar:0.15'
<dependency org="com.github.sviperll" name="bin-with-dependencies" rev="0.15">
<artifact name="bin-with-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='bin-with-dependencies', version='0.15')
)
libraryDependencies += "com.github.sviperll" % "bin-with-dependencies" % "0.15"
[com.github.sviperll/bin-with-dependencies "0.15"]