не последняя версия
Последняя версия 1.0.6

org.testifyproject.junit4:guice-integration-test 1.0.0

A module that contains a JUnit test runner for running Guice integration tests

Категории

Категории

JUnit Тестирование компонентов GUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection
Группа

Группа

org.testifyproject.junit4
Идентификатор

Идентификатор

guice-integration-test
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать guice-integration-test 1.0.0


<!-- https://jarcasting.com/artifacts/org.testifyproject.junit4/guice-integration-test/ -->
<dependency>
    <groupId>org.testifyproject.junit4</groupId>
    <artifactId>guice-integration-test</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.junit4/guice-integration-test/
implementation 'org.testifyproject.junit4:guice-integration-test:1.0.0'
// https://jarcasting.com/artifacts/org.testifyproject.junit4/guice-integration-test/
implementation ("org.testifyproject.junit4:guice-integration-test:1.0.0")
'org.testifyproject.junit4:guice-integration-test:jar:1.0.0'
<dependency org="org.testifyproject.junit4" name="guice-integration-test" rev="1.0.0">
  <artifact name="guice-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.junit4', module='guice-integration-test', version='1.0.0')
)
libraryDependencies += "org.testifyproject.junit4" % "guice-integration-test" % "1.0.0"
[org.testifyproject.junit4/guice-integration-test "1.0.0"]