Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.battcn |
ArtifactId | ArtifactIdrequest-spring-boot |
Version | Version1.0.9-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
request-spring-boot-1.0.9-RELEASE.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.battcn/request-spring-boot/ -->
<dependency>
<groupId>com.battcn</groupId>
<artifactId>request-spring-boot</artifactId>
<version>1.0.9-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.battcn/request-spring-boot/
implementation 'com.battcn:request-spring-boot:1.0.9-RELEASE'
// https://jarcasting.com/artifacts/com.battcn/request-spring-boot/
implementation ("com.battcn:request-spring-boot:1.0.9-RELEASE")
'com.battcn:request-spring-boot:pom:1.0.9-RELEASE'
<dependency org="com.battcn" name="request-spring-boot" rev="1.0.9-RELEASE">
<artifact name="request-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.battcn', module='request-spring-boot', version='1.0.9-RELEASE')
)
libraryDependencies += "com.battcn" % "request-spring-boot" % "1.0.9-RELEASE"
[com.battcn/request-spring-boot "1.0.9-RELEASE"]