License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.edgewalk |
ArtifactId | ArtifactIdcalculator-spring-boot-starter |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptioncalculator-spring-boot-starter
基于SpringBoot2.1.0.RELEASE的简单计算器实现
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.edgewalk/calculator-spring-boot-starter/ -->
<dependency>
<groupId>com.github.edgewalk</groupId>
<artifactId>calculator-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgewalk/calculator-spring-boot-starter/
implementation 'com.github.edgewalk:calculator-spring-boot-starter:1.0.0'
// https://jarcasting.com/artifacts/com.github.edgewalk/calculator-spring-boot-starter/
implementation ("com.github.edgewalk:calculator-spring-boot-starter:1.0.0")
'com.github.edgewalk:calculator-spring-boot-starter:jar:1.0.0'
<dependency org="com.github.edgewalk" name="calculator-spring-boot-starter" rev="1.0.0">
<artifact name="calculator-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.edgewalk', module='calculator-spring-boot-starter', version='1.0.0')
)
libraryDependencies += "com.github.edgewalk" % "calculator-spring-boot-starter" % "1.0.0"
[com.github.edgewalk/calculator-spring-boot-starter "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.0.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.0.RELEASE |