is not current version
Last Version 5.1.6

com.cedarsoft.commons:spring 2.0.6


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

spring
Version

Version

2.0.6
Type

Type

jar

Download spring 2.0.6

Filename Size
spring-2.0.6.pom 635 bytes
spring-2.0.6-tests.jar 1 KB
Browse

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