не последняя версия
Последняя версия 1.0.8-RELEASE

com.linchtech:boot-starter 1.0.7-RELEASE

Linchtech's Spring Boot Starter to help you develop with SpringBoot quickly

Группа

Группа

com.linchtech
Идентификатор

Идентификатор

boot-starter
Версия

Версия

1.0.7-RELEASE
Тип

Тип

jar

Скачать boot-starter 1.0.7-RELEASE


<!-- 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"]