| Лицензия |
Лицензия
Apache 2.0
|
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов GUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаname.falgout.jeffrey.testing |
| Идентификатор | Идентификаторjunit5-guice-extension |
| Последняя версия | Последняя версия1.0.0-M3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjunit5-guice-extension
Guice for JUnit 5
|
<!-- https://jarcasting.com/artifacts/name.falgout.jeffrey.testing/junit5-guice-extension/ -->
<dependency>
<groupId>name.falgout.jeffrey.testing</groupId>
<artifactId>junit5-guice-extension</artifactId>
<version>1.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing/junit5-guice-extension/
implementation 'name.falgout.jeffrey.testing:junit5-guice-extension:1.0.0-M3'
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing/junit5-guice-extension/
implementation ("name.falgout.jeffrey.testing:junit5-guice-extension:1.0.0-M3")
'name.falgout.jeffrey.testing:junit5-guice-extension:jar:1.0.0-M3'
<dependency org="name.falgout.jeffrey.testing" name="junit5-guice-extension" rev="1.0.0-M3">
<artifact name="junit5-guice-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.falgout.jeffrey.testing', module='junit5-guice-extension', version='1.0.0-M3')
)
libraryDependencies += "name.falgout.jeffrey.testing" % "junit5-guice-extension" % "1.0.0-M3"
[name.falgout.jeffrey.testing/junit5-guice-extension "1.0.0-M3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.0.0-M3 |
| com.google.inject : guice | jar | 4.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.platform : junit-platform-launcher | jar | 1.0.0-M3 |
| com.google.truth : truth | jar | 0.30 |
| org.mockito : mockito-core | jar | 2.7.13 |