Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.livingobjects.fluenthttp |
ArtifactId | ArtifactIdfluenthttp-swagger |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
fluenthttp-swagger-1.0.pom | |
fluenthttp-swagger-1.0.jar | 13 KB |
fluenthttp-swagger-1.0-sources.jar | 8 KB |
fluenthttp-swagger-1.0-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.livingobjects.fluenthttp/fluenthttp-swagger/ -->
<dependency>
<groupId>com.livingobjects.fluenthttp</groupId>
<artifactId>fluenthttp-swagger</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.livingobjects.fluenthttp/fluenthttp-swagger/
implementation 'com.livingobjects.fluenthttp:fluenthttp-swagger:1.0'
// https://jarcasting.com/artifacts/com.livingobjects.fluenthttp/fluenthttp-swagger/
implementation ("com.livingobjects.fluenthttp:fluenthttp-swagger:1.0")
'com.livingobjects.fluenthttp:fluenthttp-swagger:jar:1.0'
<dependency org="com.livingobjects.fluenthttp" name="fluenthttp-swagger" rev="1.0">
<artifact name="fluenthttp-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.livingobjects.fluenthttp', module='fluenthttp-swagger', version='1.0')
)
libraryDependencies += "com.livingobjects.fluenthttp" % "fluenthttp-swagger" % "1.0"
[com.livingobjects.fluenthttp/fluenthttp-swagger "1.0"]