| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.thepavel |
| Идентификатор | Идентификаторspring-icomponent |
| Версия | Версия1.1.0 |
| Тип | Типjar |
| Описание |
Описаниеspring-icomponent
Adds support for Spring's `@Component` annotation on interfaces
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-icomponent-1.1.0.pom | |
| spring-icomponent-1.1.0.jar | 54 KB |
| spring-icomponent-1.1.0-sources.jar | 48 KB |
| spring-icomponent-1.1.0-javadoc.jar | 181 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.thepavel/spring-icomponent/ -->
<dependency>
<groupId>org.thepavel</groupId>
<artifactId>spring-icomponent</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.thepavel/spring-icomponent/
implementation 'org.thepavel:spring-icomponent:1.1.0'
// https://jarcasting.com/artifacts/org.thepavel/spring-icomponent/
implementation ("org.thepavel:spring-icomponent:1.1.0")
'org.thepavel:spring-icomponent:jar:1.1.0'
<dependency org="org.thepavel" name="spring-icomponent" rev="1.1.0">
<artifact name="spring-icomponent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thepavel', module='spring-icomponent', version='1.1.0')
)
libraryDependencies += "org.thepavel" % "spring-icomponent" % "1.1.0"
[org.thepavel/spring-icomponent "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context | jar | 5.2.0.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.11 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-test | jar | 5.2.0.RELEASE |
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |