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