| License |
License |
|---|---|
| GroupId | GroupIdorg.thepavel |
| ArtifactId | ArtifactIdspring-icomponent |
| Version | Version1.1.0 |
| Type | Typejar |
| Description |
Descriptionspring-icomponent
Adds support for Spring's `@Component` annotation on interfaces
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.2.0.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 5.2.0.RELEASE |
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |