| Категории |
КатегорииRuby Языки программирования CLI Взаимодействие с пользователем JSON Данные |
|---|---|
| Группа | Группаcom.webcohesion.enunciate |
| Идентификатор | Идентификаторenunciate-ruby-json-client |
| Версия | Версия2.13.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-ruby-json-client/ -->
<dependency>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-ruby-json-client</artifactId>
<version>2.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-ruby-json-client/
implementation 'com.webcohesion.enunciate:enunciate-ruby-json-client:2.13.2'
// https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-ruby-json-client/
implementation ("com.webcohesion.enunciate:enunciate-ruby-json-client:2.13.2")
'com.webcohesion.enunciate:enunciate-ruby-json-client:jar:2.13.2'
<dependency org="com.webcohesion.enunciate" name="enunciate-ruby-json-client" rev="2.13.2">
<artifact name="enunciate-ruby-json-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.webcohesion.enunciate', module='enunciate-ruby-json-client', version='2.13.2')
)
libraryDependencies += "com.webcohesion.enunciate" % "enunciate-ruby-json-client" % "2.13.2"
[com.webcohesion.enunciate/enunciate-ruby-json-client "2.13.2"]