Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.yaoguoh |
ArtifactId | ArtifactIdcommon-swagger |
Version | Version2.3.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yaoguoh/common-swagger/ -->
<dependency>
<groupId>com.github.yaoguoh</groupId>
<artifactId>common-swagger</artifactId>
<version>2.3.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-swagger/
implementation 'com.github.yaoguoh:common-swagger:2.3.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-swagger/
implementation ("com.github.yaoguoh:common-swagger:2.3.0.RELEASE")
'com.github.yaoguoh:common-swagger:jar:2.3.0.RELEASE'
<dependency org="com.github.yaoguoh" name="common-swagger" rev="2.3.0.RELEASE">
<artifact name="common-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yaoguoh', module='common-swagger', version='2.3.0.RELEASE')
)
libraryDependencies += "com.github.yaoguoh" % "common-swagger" % "2.3.0.RELEASE"
[com.github.yaoguoh/common-swagger "2.3.0.RELEASE"]