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