| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.fhs-opensource |
| Идентификатор | Идентификаторeasy-trans-spring-boot-starter |
| Версия | Версия1.1.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.fhs-opensource/easy-trans-spring-boot-starter/ -->
<dependency>
<groupId>com.fhs-opensource</groupId>
<artifactId>easy-trans-spring-boot-starter</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fhs-opensource/easy-trans-spring-boot-starter/
implementation 'com.fhs-opensource:easy-trans-spring-boot-starter:1.1.1'
// https://jarcasting.com/artifacts/com.fhs-opensource/easy-trans-spring-boot-starter/
implementation ("com.fhs-opensource:easy-trans-spring-boot-starter:1.1.1")
'com.fhs-opensource:easy-trans-spring-boot-starter:jar:1.1.1'
<dependency org="com.fhs-opensource" name="easy-trans-spring-boot-starter" rev="1.1.1">
<artifact name="easy-trans-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fhs-opensource', module='easy-trans-spring-boot-starter', version='1.1.1')
)
libraryDependencies += "com.fhs-opensource" % "easy-trans-spring-boot-starter" % "1.1.1"
[com.fhs-opensource/easy-trans-spring-boot-starter "1.1.1"]