is not current version
Last Version 1.3.2

io.github.hdwang123:openapi 1.1.1

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

GroupId

GroupId

io.github.hdwang123
ArtifactId

ArtifactId

openapi
Version

Version

1.1.1
Type

Type

pom

Download openapi 1.1.1

Filename Size
openapi-1.1.1.pom 6 KB
Browse

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