Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.battcn |
ArtifactId | ArtifactIdrequest-spring-boot-autoconfigure |
Version | Version1.0.7-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.battcn/request-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.battcn</groupId>
<artifactId>request-spring-boot-autoconfigure</artifactId>
<version>1.0.7-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.battcn/request-spring-boot-autoconfigure/
implementation 'com.battcn:request-spring-boot-autoconfigure:1.0.7-RELEASE'
// https://jarcasting.com/artifacts/com.battcn/request-spring-boot-autoconfigure/
implementation ("com.battcn:request-spring-boot-autoconfigure:1.0.7-RELEASE")
'com.battcn:request-spring-boot-autoconfigure:jar:1.0.7-RELEASE'
<dependency org="com.battcn" name="request-spring-boot-autoconfigure" rev="1.0.7-RELEASE">
<artifact name="request-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.battcn', module='request-spring-boot-autoconfigure', version='1.0.7-RELEASE')
)
libraryDependencies += "com.battcn" % "request-spring-boot-autoconfigure" % "1.0.7-RELEASE"
[com.battcn/request-spring-boot-autoconfigure "1.0.7-RELEASE"]