Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.hengboy |
ArtifactId | ArtifactIdspring-boot-starter |
Version | Version0.0.2.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-starter-0.0.2.RELEASE.pom | |
spring-boot-starter-0.0.2.RELEASE.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-starter/ -->
<dependency>
<groupId>com.github.hengboy</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>0.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-starter/
implementation 'com.github.hengboy:spring-boot-starter:0.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.hengboy/spring-boot-starter/
implementation ("com.github.hengboy:spring-boot-starter:0.0.2.RELEASE")
'com.github.hengboy:spring-boot-starter:jar:0.0.2.RELEASE'
<dependency org="com.github.hengboy" name="spring-boot-starter" rev="0.0.2.RELEASE">
<artifact name="spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hengboy', module='spring-boot-starter', version='0.0.2.RELEASE')
)
libraryDependencies += "com.github.hengboy" % "spring-boot-starter" % "0.0.2.RELEASE"
[com.github.hengboy/spring-boot-starter "0.0.2.RELEASE"]