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