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