Categories |
CategoriesJSON Data Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.bordertech.restfriends |
ArtifactId | ArtifactIdrestfriends-swagger-json-fix |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-swagger-json-fix/ -->
<dependency>
<groupId>com.github.bordertech.restfriends</groupId>
<artifactId>restfriends-swagger-json-fix</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-swagger-json-fix/
implementation 'com.github.bordertech.restfriends:restfriends-swagger-json-fix:1.0.3'
// https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-swagger-json-fix/
implementation ("com.github.bordertech.restfriends:restfriends-swagger-json-fix:1.0.3")
'com.github.bordertech.restfriends:restfriends-swagger-json-fix:jar:1.0.3'
<dependency org="com.github.bordertech.restfriends" name="restfriends-swagger-json-fix" rev="1.0.3">
<artifact name="restfriends-swagger-json-fix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.restfriends', module='restfriends-swagger-json-fix', version='1.0.3')
)
libraryDependencies += "com.github.bordertech.restfriends" % "restfriends-swagger-json-fix" % "1.0.3"
[com.github.bordertech.restfriends/restfriends-swagger-json-fix "1.0.3"]