Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.tuhe32 |
ArtifactId | ArtifactIdseed-spring-boot-starter |
Version | Version0.1.2 |
Type | Typepom |
Filename | Size |
---|---|
seed-spring-boot-starter-0.1.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tuhe32/seed-spring-boot-starter/ -->
<dependency>
<groupId>com.github.tuhe32</groupId>
<artifactId>seed-spring-boot-starter</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tuhe32/seed-spring-boot-starter/
implementation 'com.github.tuhe32:seed-spring-boot-starter:0.1.2'
// https://jarcasting.com/artifacts/com.github.tuhe32/seed-spring-boot-starter/
implementation ("com.github.tuhe32:seed-spring-boot-starter:0.1.2")
'com.github.tuhe32:seed-spring-boot-starter:pom:0.1.2'
<dependency org="com.github.tuhe32" name="seed-spring-boot-starter" rev="0.1.2">
<artifact name="seed-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.tuhe32', module='seed-spring-boot-starter', version='0.1.2')
)
libraryDependencies += "com.github.tuhe32" % "seed-spring-boot-starter" % "0.1.2"
[com.github.tuhe32/seed-spring-boot-starter "0.1.2"]