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

org.thepavel:icomponent 1.0.0

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

Группа

Группа

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

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

icomponent
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать icomponent 1.0.0


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