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