GroupId | GroupIdio.github.hdwang123 |
---|---|
ArtifactId | ArtifactIdopenapi |
Version | Version1.1.3 |
Type | Typepom |
Filename | Size |
---|---|
openapi-1.1.3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hdwang123/openapi/ -->
<dependency>
<groupId>io.github.hdwang123</groupId>
<artifactId>openapi</artifactId>
<version>1.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.hdwang123/openapi/
implementation 'io.github.hdwang123:openapi:1.1.3'
// https://jarcasting.com/artifacts/io.github.hdwang123/openapi/
implementation ("io.github.hdwang123:openapi:1.1.3")
'io.github.hdwang123:openapi:pom:1.1.3'
<dependency org="io.github.hdwang123" name="openapi" rev="1.1.3">
<artifact name="openapi" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.hdwang123', module='openapi', version='1.1.3')
)
libraryDependencies += "io.github.hdwang123" % "openapi" % "1.1.3"
[io.github.hdwang123/openapi "1.1.3"]