| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.expedia.www |
| Идентификатор | Идентификаторhaystack-remote-clients |
| Версия | Версия0.2.9 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.expedia.www/haystack-remote-clients/ -->
<dependency>
<groupId>com.expedia.www</groupId>
<artifactId>haystack-remote-clients</artifactId>
<version>0.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.expedia.www/haystack-remote-clients/
implementation 'com.expedia.www:haystack-remote-clients:0.2.9'
// https://jarcasting.com/artifacts/com.expedia.www/haystack-remote-clients/
implementation ("com.expedia.www:haystack-remote-clients:0.2.9")
'com.expedia.www:haystack-remote-clients:jar:0.2.9'
<dependency org="com.expedia.www" name="haystack-remote-clients" rev="0.2.9">
<artifact name="haystack-remote-clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expedia.www', module='haystack-remote-clients', version='0.2.9')
)
libraryDependencies += "com.expedia.www" % "haystack-remote-clients" % "0.2.9"
[com.expedia.www/haystack-remote-clients "0.2.9"]