License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.zern-king |
ArtifactId | ArtifactIdspring-boot-parent |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionExtended spring-boot.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-boot-parent-0.0.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zern-king/spring-boot-parent/ -->
<dependency>
<groupId>com.github.zern-king</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zern-king/spring-boot-parent/
implementation 'com.github.zern-king:spring-boot-parent:0.0.1'
// https://jarcasting.com/artifacts/com.github.zern-king/spring-boot-parent/
implementation ("com.github.zern-king:spring-boot-parent:0.0.1")
'com.github.zern-king:spring-boot-parent:pom:0.0.1'
<dependency org="com.github.zern-king" name="spring-boot-parent" rev="0.0.1">
<artifact name="spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zern-king', module='spring-boot-parent', version='0.0.1')
)
libraryDependencies += "com.github.zern-king" % "spring-boot-parent" % "0.0.1"
[com.github.zern-king/spring-boot-parent "0.0.1"]