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