Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.freefair.okhttp-spring-boot |
ArtifactId | ArtifactIdokhttp-spring-boot-dependencies |
Version | Version2.4.10 |
Type | Typepom |
<!-- 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.4.10</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.4.10'
// https://jarcasting.com/artifacts/io.freefair.okhttp-spring-boot/okhttp-spring-boot-dependencies/
implementation ("io.freefair.okhttp-spring-boot:okhttp-spring-boot-dependencies:2.4.10")
'io.freefair.okhttp-spring-boot:okhttp-spring-boot-dependencies:pom:2.4.10'
<dependency org="io.freefair.okhttp-spring-boot" name="okhttp-spring-boot-dependencies" rev="2.4.10">
<artifact name="okhttp-spring-boot-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.freefair.okhttp-spring-boot', module='okhttp-spring-boot-dependencies', version='2.4.10')
)
libraryDependencies += "io.freefair.okhttp-spring-boot" % "okhttp-spring-boot-dependencies" % "2.4.10"
[io.freefair.okhttp-spring-boot/okhttp-spring-boot-dependencies "2.4.10"]