| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.yomahub |
| Идентификатор | Идентификаторtlog-web-spring-boot-starter |
| Версия | Версия1.3.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tlog-web-spring-boot-starter-1.3.2.pom | |
| tlog-web-spring-boot-starter-1.3.2.jar | 1 KB |
| tlog-web-spring-boot-starter-1.3.2-sources.jar | 635 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.yomahub/tlog-web-spring-boot-starter/ -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-web-spring-boot-starter</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/tlog-web-spring-boot-starter/
implementation 'com.yomahub:tlog-web-spring-boot-starter:1.3.2'
// https://jarcasting.com/artifacts/com.yomahub/tlog-web-spring-boot-starter/
implementation ("com.yomahub:tlog-web-spring-boot-starter:1.3.2")
'com.yomahub:tlog-web-spring-boot-starter:jar:1.3.2'
<dependency org="com.yomahub" name="tlog-web-spring-boot-starter" rev="1.3.2">
<artifact name="tlog-web-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='tlog-web-spring-boot-starter', version='1.3.2')
)
libraryDependencies += "com.yomahub" % "tlog-web-spring-boot-starter" % "1.3.2"
[com.yomahub/tlog-web-spring-boot-starter "1.3.2"]