Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.baidubce.formula |
ArtifactId | ArtifactIdspring-cloud-formula-starter-parent |
Version | Version2.0.1.2 |
Type | Typepom |
Filename | Size |
---|---|
spring-cloud-formula-starter-parent-2.0.1.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidubce.formula/spring-cloud-formula-starter-parent/ -->
<dependency>
<groupId>com.baidubce.formula</groupId>
<artifactId>spring-cloud-formula-starter-parent</artifactId>
<version>2.0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.baidubce.formula/spring-cloud-formula-starter-parent/
implementation 'com.baidubce.formula:spring-cloud-formula-starter-parent:2.0.1.2'
// https://jarcasting.com/artifacts/com.baidubce.formula/spring-cloud-formula-starter-parent/
implementation ("com.baidubce.formula:spring-cloud-formula-starter-parent:2.0.1.2")
'com.baidubce.formula:spring-cloud-formula-starter-parent:pom:2.0.1.2'
<dependency org="com.baidubce.formula" name="spring-cloud-formula-starter-parent" rev="2.0.1.2">
<artifact name="spring-cloud-formula-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.baidubce.formula', module='spring-cloud-formula-starter-parent', version='2.0.1.2')
)
libraryDependencies += "com.baidubce.formula" % "spring-cloud-formula-starter-parent" % "2.0.1.2"
[com.baidubce.formula/spring-cloud-formula-starter-parent "2.0.1.2"]