c

calculator-spring-boot-starter

基于SpringBoot2.1.0.RELEASE的简单计算器实现
The Apache Software License, Version 2.0
jianghui
文件下载
文件名 操作
calculator-spring-boot-starter-1.0.0.jar 下载
calculator-spring-boot-starter-1.0.0.pom 下载
calculator-spring-boot-starter-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.edgewalk</groupId>
  <artifactId>calculator-spring-boot-starter</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.edgewalk:calculator-spring-boot-starter:1.0.0'
Gradle Kotlin
implementation("com.github.edgewalk:calculator-spring-boot-starter:1.0.0")
Scala SBT
libraryDependencies += "com.github.edgewalk" % "calculator-spring-boot-starter" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.edgewalk', module='calculator-spring-boot-starter', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.edgewalk" name="calculator-spring-boot-starter" rev="1.0.0" />
Leiningen
[com.github.edgewalk/calculator-spring-boot-starter "1.0.0"]
Apache Buildr
'com.github.edgewalk:calculator-spring-boot-starter:jar:1.0.0'