GroupId | GroupIdio.github.hdwang123 |
---|---|
ArtifactId | ArtifactIdopenapi |
Version | Version1.2.0 |
Type | Typepom |
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"]