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