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