is not current version
Last Version 5.1.6

com.cedarsoft.commons:spring 5.1.3


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

spring
Version

Version

5.1.3
Type

Type

jar

Download spring 5.1.3

Filename Size
spring-5.1.3.pom 759 bytes
spring-5.1.3-tests.jar 1 KB
Browse

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