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