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