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