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