o

open-api-spring-boot-starter

The Apache License, Version 2.0
文件下载
文件名 操作
open-api-spring-boot-starter-1.0.2.jar 下载
open-api-spring-boot-starter-1.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.wudgaby.platform</groupId>
  <artifactId>open-api-spring-boot-starter</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.wudgaby.platform:open-api-spring-boot-starter:1.0.2'
Gradle Kotlin
implementation("com.wudgaby.platform:open-api-spring-boot-starter:1.0.2")
Scala SBT
libraryDependencies += "com.wudgaby.platform" % "open-api-spring-boot-starter" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.wudgaby.platform', module='open-api-spring-boot-starter', version='1.0.2')
)
Apache Ivy
<dependency org="com.wudgaby.platform" name="open-api-spring-boot-starter" rev="1.0.2" />
Leiningen
[com.wudgaby.platform/open-api-spring-boot-starter "1.0.2"]
Apache Buildr
'com.wudgaby.platform:open-api-spring-boot-starter:jar:1.0.2'