Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.keran213539 |
ArtifactId | ArtifactIdcommonOkHttp-spring-boot-starter |
Version | Version0.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.keran213539/commonOkHttp-spring-boot-starter/ -->
<dependency>
<groupId>com.github.keran213539</groupId>
<artifactId>commonOkHttp-spring-boot-starter</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.keran213539/commonOkHttp-spring-boot-starter/
implementation 'com.github.keran213539:commonOkHttp-spring-boot-starter:0.4.3'
// https://jarcasting.com/artifacts/com.github.keran213539/commonOkHttp-spring-boot-starter/
implementation ("com.github.keran213539:commonOkHttp-spring-boot-starter:0.4.3")
'com.github.keran213539:commonOkHttp-spring-boot-starter:jar:0.4.3'
<dependency org="com.github.keran213539" name="commonOkHttp-spring-boot-starter" rev="0.4.3">
<artifact name="commonOkHttp-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.keran213539', module='commonOkHttp-spring-boot-starter', version='0.4.3')
)
libraryDependencies += "com.github.keran213539" % "commonOkHttp-spring-boot-starter" % "0.4.3"
[com.github.keran213539/commonOkHttp-spring-boot-starter "0.4.3"]