Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdio.freefair.okhttp-spring-boot |
ArtifactId | ArtifactIdokhttp-spring-boot-autoconfigure |
Version | Version2.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.freefair.okhttp-spring-boot/okhttp-spring-boot-autoconfigure/ -->
<dependency>
<groupId>io.freefair.okhttp-spring-boot</groupId>
<artifactId>okhttp-spring-boot-autoconfigure</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.freefair.okhttp-spring-boot/okhttp-spring-boot-autoconfigure/
implementation 'io.freefair.okhttp-spring-boot:okhttp-spring-boot-autoconfigure:2.2.1'
// https://jarcasting.com/artifacts/io.freefair.okhttp-spring-boot/okhttp-spring-boot-autoconfigure/
implementation ("io.freefair.okhttp-spring-boot:okhttp-spring-boot-autoconfigure:2.2.1")
'io.freefair.okhttp-spring-boot:okhttp-spring-boot-autoconfigure:jar:2.2.1'
<dependency org="io.freefair.okhttp-spring-boot" name="okhttp-spring-boot-autoconfigure" rev="2.2.1">
<artifact name="okhttp-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.freefair.okhttp-spring-boot', module='okhttp-spring-boot-autoconfigure', version='2.2.1')
)
libraryDependencies += "io.freefair.okhttp-spring-boot" % "okhttp-spring-boot-autoconfigure" % "2.2.1"
[io.freefair.okhttp-spring-boot/okhttp-spring-boot-autoconfigure "2.2.1"]