| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаorg.bithon.agent |
| Идентификатор | Идентификаторagent-plugin-guice |
| Версия | Версия1.1.0-RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеBithon - An observability platform
|
<!-- https://jarcasting.com/artifacts/org.bithon.agent/agent-plugin-guice/ -->
<dependency>
<groupId>org.bithon.agent</groupId>
<artifactId>agent-plugin-guice</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.bithon.agent/agent-plugin-guice/
implementation 'org.bithon.agent:agent-plugin-guice:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/org.bithon.agent/agent-plugin-guice/
implementation ("org.bithon.agent:agent-plugin-guice:1.1.0-RELEASE")
'org.bithon.agent:agent-plugin-guice:jar:1.1.0-RELEASE'
<dependency org="org.bithon.agent" name="agent-plugin-guice" rev="1.1.0-RELEASE">
<artifact name="agent-plugin-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bithon.agent', module='agent-plugin-guice', version='1.1.0-RELEASE')
)
libraryDependencies += "org.bithon.agent" % "agent-plugin-guice" % "1.1.0-RELEASE"
[org.bithon.agent/agent-plugin-guice "1.1.0-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.bithon.agent : agent-core | jar | 1.1.0-RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.inject : guice | jar | 4.1.0 |