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