| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаeu.cedarsoft |
| Идентификатор | Идентификаторguice-annotations |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGuice Annotations
The Guice Annotations
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| guice-annotations-1.0.pom | |
| guice-annotations-1.0.jar | 5 KB |
| guice-annotations-1.0-sources.jar | 8 KB |
| guice-annotations-1.0-javadoc.jar | 55 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/eu.cedarsoft/guice-annotations/ -->
<dependency>
<groupId>eu.cedarsoft</groupId>
<artifactId>guice-annotations</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cedarsoft/guice-annotations/
implementation 'eu.cedarsoft:guice-annotations:1.0'
// https://jarcasting.com/artifacts/eu.cedarsoft/guice-annotations/
implementation ("eu.cedarsoft:guice-annotations:1.0")
'eu.cedarsoft:guice-annotations:jar:1.0'
<dependency org="eu.cedarsoft" name="guice-annotations" rev="1.0">
<artifact name="guice-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cedarsoft', module='guice-annotations', version='1.0')
)
libraryDependencies += "eu.cedarsoft" % "guice-annotations" % "1.0"
[eu.cedarsoft/guice-annotations "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.intellij : annotations | jar | 6.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.3.1 |