не последняя версия
Последняя версия 1.1.0

org.thepavel:spring-icomponent 1.0.2

Adds support for Spring's `@Component` annotation on interfaces

Группа

Группа

org.thepavel
Идентификатор

Идентификатор

spring-icomponent
Версия

Версия

1.0.2
Тип

Тип

jar

Скачать spring-icomponent 1.0.2


<!-- https://jarcasting.com/artifacts/org.thepavel/spring-icomponent/ -->
<dependency>
    <groupId>org.thepavel</groupId>
    <artifactId>spring-icomponent</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.thepavel/spring-icomponent/
implementation 'org.thepavel:spring-icomponent:1.0.2'
// https://jarcasting.com/artifacts/org.thepavel/spring-icomponent/
implementation ("org.thepavel:spring-icomponent:1.0.2")
'org.thepavel:spring-icomponent:jar:1.0.2'
<dependency org="org.thepavel" name="spring-icomponent" rev="1.0.2">
  <artifact name="spring-icomponent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thepavel', module='spring-icomponent', version='1.0.2')
)
libraryDependencies += "org.thepavel" % "spring-icomponent" % "1.0.2"
[org.thepavel/spring-icomponent "1.0.2"]