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