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