| Categories |
CategoriesSpring Boot Container Microservices |
|---|---|
| GroupId | GroupIdio.freefair.okhttp-spring-boot |
| ArtifactId | ArtifactIdokhttp3-spring-boot-starter |
| Version | Version2.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| okhttp3-spring-boot-starter-2.1.3.pom | |
| okhttp3-spring-boot-starter-2.1.3.jar | 261 bytes |
| okhttp3-spring-boot-starter-2.1.3-sources.jar | 261 bytes |
| okhttp3-spring-boot-starter-2.1.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.freefair.okhttp-spring-boot/okhttp3-spring-boot-starter/ -->
<dependency>
<groupId>io.freefair.okhttp-spring-boot</groupId>
<artifactId>okhttp3-spring-boot-starter</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.freefair.okhttp-spring-boot/okhttp3-spring-boot-starter/
implementation 'io.freefair.okhttp-spring-boot:okhttp3-spring-boot-starter:2.1.3'
// https://jarcasting.com/artifacts/io.freefair.okhttp-spring-boot/okhttp3-spring-boot-starter/
implementation ("io.freefair.okhttp-spring-boot:okhttp3-spring-boot-starter:2.1.3")
'io.freefair.okhttp-spring-boot:okhttp3-spring-boot-starter:jar:2.1.3'
<dependency org="io.freefair.okhttp-spring-boot" name="okhttp3-spring-boot-starter" rev="2.1.3">
<artifact name="okhttp3-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.freefair.okhttp-spring-boot', module='okhttp3-spring-boot-starter', version='2.1.3')
)
libraryDependencies += "io.freefair.okhttp-spring-boot" % "okhttp3-spring-boot-starter" % "2.1.3"
[io.freefair.okhttp-spring-boot/okhttp3-spring-boot-starter "2.1.3"]