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