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 | Versionunspecified |
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>unspecified</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:unspecified'
// https://jarcasting.com/artifacts/io.freefair.okhttp-spring-boot/okhttp-spring-boot-autoconfigure/
implementation ("io.freefair.okhttp-spring-boot:okhttp-spring-boot-autoconfigure:unspecified")
'io.freefair.okhttp-spring-boot:okhttp-spring-boot-autoconfigure:jar:unspecified'
<dependency org="io.freefair.okhttp-spring-boot" name="okhttp-spring-boot-autoconfigure" rev="unspecified">
<artifact name="okhttp-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.freefair.okhttp-spring-boot', module='okhttp-spring-boot-autoconfigure', version='unspecified')
)
libraryDependencies += "io.freefair.okhttp-spring-boot" % "okhttp-spring-boot-autoconfigure" % "unspecified"
[io.freefair.okhttp-spring-boot/okhttp-spring-boot-autoconfigure "unspecified"]