License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdxyz.gabear |
ArtifactId | ArtifactIdheweather-spring-boot-starter |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionThird part spring boot starter for heweather
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/xyz.gabear/heweather-spring-boot-starter/ -->
<dependency>
<groupId>xyz.gabear</groupId>
<artifactId>heweather-spring-boot-starter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.gabear/heweather-spring-boot-starter/
implementation 'xyz.gabear:heweather-spring-boot-starter:0.0.1'
// https://jarcasting.com/artifacts/xyz.gabear/heweather-spring-boot-starter/
implementation ("xyz.gabear:heweather-spring-boot-starter:0.0.1")
'xyz.gabear:heweather-spring-boot-starter:jar:0.0.1'
<dependency org="xyz.gabear" name="heweather-spring-boot-starter" rev="0.0.1">
<artifact name="heweather-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.gabear', module='heweather-spring-boot-starter', version='0.0.1')
)
libraryDependencies += "xyz.gabear" % "heweather-spring-boot-starter" % "0.0.1"
[xyz.gabear/heweather-spring-boot-starter "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
xyz.gabear : heweather-sdk | jar | 0.0.1 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.6.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.6.RELEASE |