| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаcom.github.firststraw |
| Идентификатор | Идентификаторguice-test-helper |
| Последняя версия | Последняя версия0.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGuice Test Helper
Library containing convenience classes to simplify unit testing of Guice injectors and modules.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| guice-test-helper-0.2.0.pom | |
| guice-test-helper-0.2.0.jar | 21 KB |
| guice-test-helper-0.2.0-sources.jar | 17 KB |
| guice-test-helper-0.2.0-javadoc.jar | 95 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.firststraw/guice-test-helper/ -->
<dependency>
<groupId>com.github.firststraw</groupId>
<artifactId>guice-test-helper</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.firststraw/guice-test-helper/
implementation 'com.github.firststraw:guice-test-helper:0.2.0'
// https://jarcasting.com/artifacts/com.github.firststraw/guice-test-helper/
implementation ("com.github.firststraw:guice-test-helper:0.2.0")
'com.github.firststraw:guice-test-helper:jar:0.2.0'
<dependency org="com.github.firststraw" name="guice-test-helper" rev="0.2.0">
<artifact name="guice-test-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.firststraw', module='guice-test-helper', version='0.2.0')
)
libraryDependencies += "com.github.firststraw" % "guice-test-helper" % "0.2.0"
[com.github.firststraw/guice-test-helper "0.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| com.google.inject : guice | jar | 4.2.3 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13 |
| nl.jqno.equalsverifier : equalsverifier | jar | 3.3 |
| org.mockito : mockito-core | jar | 3.3.3 |