junice
Simple library to inject a Junit4 test classes via Google-Guice.
User guide can be found on http://99soft.github.com/junice/
have fun!
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаorg.99soft.guice |
| Идентификатор | Идентификаторjunice |
| Последняя версия | Последняя версия1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJUnice
Simple library to inject a Junit4 test classess via Google-Guice.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| junice-1.3.pom | |
| junice-1.3.jar | 41 KB |
| junice-1.3-sources.jar | 38 KB |
| junice-1.3-javadoc.jar | 177 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.99soft.guice/junice/ -->
<dependency>
<groupId>org.99soft.guice</groupId>
<artifactId>junice</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.99soft.guice/junice/
implementation 'org.99soft.guice:junice:1.3'
// https://jarcasting.com/artifacts/org.99soft.guice/junice/
implementation ("org.99soft.guice:junice:1.3")
'org.99soft.guice:junice:jar:1.3'
<dependency org="org.99soft.guice" name="junice" rev="1.3">
<artifact name="junice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.99soft.guice', module='junice', version='1.3')
)
libraryDependencies += "org.99soft.guice" % "junice" % "1.3"
[org.99soft.guice/junice "1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.inject : guice | jar | 3.0 |
| commons-logging : commons-logging | jar | 1.1.1 |
| com.google.collections : google-collections | jar | 1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.easymock : easymockclassextension Необязательный | jar | 2.4 |
| org.mockito : mockito-core Необязательный | jar | 1.8.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| log4j : log4j | jar | 1.2.15 |
Simple library to inject a Junit4 test classes via Google-Guice.
User guide can be found on http://99soft.github.com/junice/
have fun!