Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.livingobjects.fluenthttp |
ArtifactId | ArtifactIdfluenthttp-swagger |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
fluenthttp-swagger-1.1.pom | |
fluenthttp-swagger-1.1.jar | 12 KB |
fluenthttp-swagger-1.1-sources.jar | 8 KB |
fluenthttp-swagger-1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.livingobjects.fluenthttp/fluenthttp-swagger/
implementation 'com.livingobjects.fluenthttp:fluenthttp-swagger:1.1'
// https://jarcasting.com/artifacts/com.livingobjects.fluenthttp/fluenthttp-swagger/
implementation ("com.livingobjects.fluenthttp:fluenthttp-swagger:1.1")
'com.livingobjects.fluenthttp:fluenthttp-swagger:jar:1.1'
<dependency org="com.livingobjects.fluenthttp" name="fluenthttp-swagger" rev="1.1">
<artifact name="fluenthttp-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.livingobjects.fluenthttp', module='fluenthttp-swagger', version='1.1')
)
libraryDependencies += "com.livingobjects.fluenthttp" % "fluenthttp-swagger" % "1.1"
[com.livingobjects.fluenthttp/fluenthttp-swagger "1.1"]