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