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