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