| Группа | Группаcom.github.sviperll |
|---|---|
| Идентификатор | Идентификаторbin-with-dependencies |
| Версия | Версия0.11 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bin-with-dependencies-0.11.pom | |
| bin-with-dependencies-0.11.jar | 3 KB |
| bin-with-dependencies-0.11-sources.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sviperll/bin-with-dependencies/ -->
<dependency>
<groupId>com.github.sviperll</groupId>
<artifactId>bin-with-dependencies</artifactId>
<version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/bin-with-dependencies/
implementation 'com.github.sviperll:bin-with-dependencies:0.11'
// https://jarcasting.com/artifacts/com.github.sviperll/bin-with-dependencies/
implementation ("com.github.sviperll:bin-with-dependencies:0.11")
'com.github.sviperll:bin-with-dependencies:jar:0.11'
<dependency org="com.github.sviperll" name="bin-with-dependencies" rev="0.11">
<artifact name="bin-with-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='bin-with-dependencies', version='0.11')
)
libraryDependencies += "com.github.sviperll" % "bin-with-dependencies" % "0.11"
[com.github.sviperll/bin-with-dependencies "0.11"]