Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.ocoop.framework |
ArtifactId | ArtifactIdspring-boot-starter |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-starter-1.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.ocoop.framework/spring-boot-starter/ -->
<dependency>
<groupId>cn.ocoop.framework</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.ocoop.framework/spring-boot-starter/
implementation 'cn.ocoop.framework:spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/cn.ocoop.framework/spring-boot-starter/
implementation ("cn.ocoop.framework:spring-boot-starter:1.0")
'cn.ocoop.framework:spring-boot-starter:pom:1.0'
<dependency org="cn.ocoop.framework" name="spring-boot-starter" rev="1.0">
<artifact name="spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.ocoop.framework', module='spring-boot-starter', version='1.0')
)
libraryDependencies += "cn.ocoop.framework" % "spring-boot-starter" % "1.0"
[cn.ocoop.framework/spring-boot-starter "1.0"]