is not current version
Last Version 1.3.2

io.github.hdwang123:openapi 1.2.0

一个能够让您快速搭建开放api的sdk,包括openapi-client-sdk/openapi-server-sdk

GroupId

GroupId

io.github.hdwang123
ArtifactId

ArtifactId

openapi
Version

Version

1.2.0
Type

Type

pom

Download openapi 1.2.0

Filename Size
openapi-1.2.0.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.hdwang123/openapi/ -->
<dependency>
    <groupId>io.github.hdwang123</groupId>
    <artifactId>openapi</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.hdwang123/openapi/
implementation 'io.github.hdwang123:openapi:1.2.0'
// https://jarcasting.com/artifacts/io.github.hdwang123/openapi/
implementation ("io.github.hdwang123:openapi:1.2.0")
'io.github.hdwang123:openapi:pom:1.2.0'
<dependency org="io.github.hdwang123" name="openapi" rev="1.2.0">
  <artifact name="openapi" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.hdwang123', module='openapi', version='1.2.0')
)
libraryDependencies += "io.github.hdwang123" % "openapi" % "1.2.0"
[io.github.hdwang123/openapi "1.2.0"]