GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdspring |
Version | Version5.0.2 |
Type | Typejar |
Filename | Size |
---|---|
spring-5.0.2.pom | 759 bytes |
spring-5.0.2-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/spring/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>spring</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/spring/
implementation 'com.cedarsoft.commons:spring:5.0.2'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/spring/
implementation ("com.cedarsoft.commons:spring:5.0.2")
'com.cedarsoft.commons:spring:jar:5.0.2'
<dependency org="com.cedarsoft.commons" name="spring" rev="5.0.2">
<artifact name="spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='spring', version='5.0.2')
)
libraryDependencies += "com.cedarsoft.commons" % "spring" % "5.0.2"
[com.cedarsoft.commons/spring "5.0.2"]