| Categories |
CategoriesCLI User Interface Swagger Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.github.cafapi |
| ArtifactId | ArtifactIdswagger-restapi-client-base |
| Version | Version1.14.0-1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| swagger-restapi-client-base-1.14.0-1.pom | 7 KB |
| swagger-restapi-client-base-1.14.0-1-tests.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cafapi/swagger-restapi-client-base/ -->
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>swagger-restapi-client-base</artifactId>
<version>1.14.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi/swagger-restapi-client-base/
implementation 'com.github.cafapi:swagger-restapi-client-base:1.14.0-1'
// https://jarcasting.com/artifacts/com.github.cafapi/swagger-restapi-client-base/
implementation ("com.github.cafapi:swagger-restapi-client-base:1.14.0-1")
'com.github.cafapi:swagger-restapi-client-base:jar:1.14.0-1'
<dependency org="com.github.cafapi" name="swagger-restapi-client-base" rev="1.14.0-1">
<artifact name="swagger-restapi-client-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi', module='swagger-restapi-client-base', version='1.14.0-1')
)
libraryDependencies += "com.github.cafapi" % "swagger-restapi-client-base" % "1.14.0-1"
[com.github.cafapi/swagger-restapi-client-base "1.14.0-1"]