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