is not current version
Last Version 5.1.6

com.cedarsoft.commons:spring 5.0.1


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

spring
Version

Version

5.0.1
Type

Type

jar

Download spring 5.0.1

Filename Size
spring-5.0.1.pom 759 bytes
spring-5.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/spring/
implementation 'com.cedarsoft.commons:spring:5.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/spring/
implementation ("com.cedarsoft.commons:spring:5.0.1")
'com.cedarsoft.commons:spring:jar:5.0.1'
<dependency org="com.cedarsoft.commons" name="spring" rev="5.0.1">
  <artifact name="spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='spring', version='5.0.1')
)
libraryDependencies += "com.cedarsoft.commons" % "spring" % "5.0.1"
[com.cedarsoft.commons/spring "5.0.1"]