Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.fartherp.spring.boot |
ArtifactId | ArtifactIdframework-spring-boot-starter |
Version | Version2.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/framework-spring-boot-starter/ -->
<dependency>
<groupId>com.github.fartherp.spring.boot</groupId>
<artifactId>framework-spring-boot-starter</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/framework-spring-boot-starter/
implementation 'com.github.fartherp.spring.boot:framework-spring-boot-starter:2.0.3'
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/framework-spring-boot-starter/
implementation ("com.github.fartherp.spring.boot:framework-spring-boot-starter:2.0.3")
'com.github.fartherp.spring.boot:framework-spring-boot-starter:jar:2.0.3'
<dependency org="com.github.fartherp.spring.boot" name="framework-spring-boot-starter" rev="2.0.3">
<artifact name="framework-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp.spring.boot', module='framework-spring-boot-starter', version='2.0.3')
)
libraryDependencies += "com.github.fartherp.spring.boot" % "framework-spring-boot-starter" % "2.0.3"
[com.github.fartherp.spring.boot/framework-spring-boot-starter "2.0.3"]