GroupId | GroupIduk.org.retep.microkernel |
---|---|
ArtifactId | ArtifactIdspring-annotations |
Version | Version10.5 |
Type | Typejar |
Filename | Size |
---|---|
spring-annotations-10.5.pom | |
spring-annotations-10.5.jar | 62 KB |
spring-annotations-10.5-tests.jar | 2 KB |
spring-annotations-10.5-sources.jar | 69 KB |
spring-annotations-10.5-javadoc.jar | 265 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.microkernel/spring-annotations/ -->
<dependency>
<groupId>uk.org.retep.microkernel</groupId>
<artifactId>spring-annotations</artifactId>
<version>10.5</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.microkernel/spring-annotations/
implementation 'uk.org.retep.microkernel:spring-annotations:10.5'
// https://jarcasting.com/artifacts/uk.org.retep.microkernel/spring-annotations/
implementation ("uk.org.retep.microkernel:spring-annotations:10.5")
'uk.org.retep.microkernel:spring-annotations:jar:10.5'
<dependency org="uk.org.retep.microkernel" name="spring-annotations" rev="10.5">
<artifact name="spring-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.microkernel', module='spring-annotations', version='10.5')
)
libraryDependencies += "uk.org.retep.microkernel" % "spring-annotations" % "10.5"
[uk.org.retep.microkernel/spring-annotations "10.5"]