| Категории |
КатегорииJSON Данные Swagger Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.github.bordertech.restfriends |
| Идентификатор | Идентификаторrestfriends-swagger-json-fix |
| Версия | Версия1.0.0 |
| Тип | Типjar |
<!-- 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.0</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.0'
// https://jarcasting.com/artifacts/com.github.bordertech.restfriends/restfriends-swagger-json-fix/
implementation ("com.github.bordertech.restfriends:restfriends-swagger-json-fix:1.0.0")
'com.github.bordertech.restfriends:restfriends-swagger-json-fix:jar:1.0.0'
<dependency org="com.github.bordertech.restfriends" name="restfriends-swagger-json-fix" rev="1.0.0">
<artifact name="restfriends-swagger-json-fix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.restfriends', module='restfriends-swagger-json-fix', version='1.0.0')
)
libraryDependencies += "com.github.bordertech.restfriends" % "restfriends-swagger-json-fix" % "1.0.0"
[com.github.bordertech.restfriends/restfriends-swagger-json-fix "1.0.0"]