| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
|---|---|
| Группа | Группаcom.github.thirdteeth |
| Идентификатор | Идентификаторguice-opentracing |
| Версия | Версия0.0.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| guice-opentracing-0.0.1.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.thirdteeth/guice-opentracing/ -->
<dependency>
<groupId>com.github.thirdteeth</groupId>
<artifactId>guice-opentracing</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thirdteeth/guice-opentracing/
implementation 'com.github.thirdteeth:guice-opentracing:0.0.1'
// https://jarcasting.com/artifacts/com.github.thirdteeth/guice-opentracing/
implementation ("com.github.thirdteeth:guice-opentracing:0.0.1")
'com.github.thirdteeth:guice-opentracing:pom:0.0.1'
<dependency org="com.github.thirdteeth" name="guice-opentracing" rev="0.0.1">
<artifact name="guice-opentracing" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thirdteeth', module='guice-opentracing', version='0.0.1')
)
libraryDependencies += "com.github.thirdteeth" % "guice-opentracing" % "0.0.1"
[com.github.thirdteeth/guice-opentracing "0.0.1"]