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