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