Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.fartherp.spring.boot |
ArtifactId | ArtifactIdframework-spring-boot |
Version | Version2.0.1 |
Type | Typepom |
Filename | Size |
---|---|
framework-spring-boot-2.0.1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/framework-spring-boot/ -->
<dependency>
<groupId>com.github.fartherp.spring.boot</groupId>
<artifactId>framework-spring-boot</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/framework-spring-boot/
implementation 'com.github.fartherp.spring.boot:framework-spring-boot:2.0.1'
// https://jarcasting.com/artifacts/com.github.fartherp.spring.boot/framework-spring-boot/
implementation ("com.github.fartherp.spring.boot:framework-spring-boot:2.0.1")
'com.github.fartherp.spring.boot:framework-spring-boot:pom:2.0.1'
<dependency org="com.github.fartherp.spring.boot" name="framework-spring-boot" rev="2.0.1">
<artifact name="framework-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp.spring.boot', module='framework-spring-boot', version='2.0.1')
)
libraryDependencies += "com.github.fartherp.spring.boot" % "framework-spring-boot" % "2.0.1"
[com.github.fartherp.spring.boot/framework-spring-boot "2.0.1"]