is not current version
Last Version 8.7.0

com.cedarsoft:spring 8.4.0


GroupId

GroupId

com.cedarsoft
ArtifactId

ArtifactId

spring
Version

Version

8.4.0
Type

Type

jar

Download spring 8.4.0


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