| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаcom.google.inject |
| Идентификатор | Идентификаторguice-parent |
| Последняя версия | Последняя версия5.1.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеGoogle Guice
Guice is a lightweight dependency injection framework for Java 6 and above
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| guice-parent-5.1.0.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.google.inject/guice-parent/ -->
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice-parent</artifactId>
<version>5.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.inject/guice-parent/
implementation 'com.google.inject:guice-parent:5.1.0'
// https://jarcasting.com/artifacts/com.google.inject/guice-parent/
implementation ("com.google.inject:guice-parent:5.1.0")
'com.google.inject:guice-parent:pom:5.1.0'
<dependency org="com.google.inject" name="guice-parent" rev="5.1.0">
<artifact name="guice-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.inject', module='guice-parent', version='5.1.0')
)
libraryDependencies += "com.google.inject" % "guice-parent" % "5.1.0"
[com.google.inject/guice-parent "5.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13 |