License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.cafapi |
ArtifactId | ArtifactIdcaf-swagger |
Last Version | Last Version1.1.0-169 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThis is a common parent for any project.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
caf-swagger-1.1.0-169.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cafapi/caf-swagger/ -->
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-swagger</artifactId>
<version>1.1.0-169</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi/caf-swagger/
implementation 'com.github.cafapi:caf-swagger:1.1.0-169'
// https://jarcasting.com/artifacts/com.github.cafapi/caf-swagger/
implementation ("com.github.cafapi:caf-swagger:1.1.0-169")
'com.github.cafapi:caf-swagger:pom:1.1.0-169'
<dependency org="com.github.cafapi" name="caf-swagger" rev="1.1.0-169">
<artifact name="caf-swagger" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi', module='caf-swagger', version='1.1.0-169')
)
libraryDependencies += "com.github.cafapi" % "caf-swagger" % "1.1.0-169"
[com.github.cafapi/caf-swagger "1.1.0-169"]