is not current version
Last Version 8.7.0

com.cedarsoft:spring 8.3.1


GroupId

GroupId

com.cedarsoft
ArtifactId

ArtifactId

spring
Version

Version

8.3.1
Type

Type

jar

Download spring 8.3.1


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