is not current version
Last Version 8.7.0

com.cedarsoft:spring 1.2.2


GroupId

GroupId

com.cedarsoft
ArtifactId

ArtifactId

spring
Version

Version

1.2.2
Type

Type

pom

Download spring 1.2.2

Filename Size
spring-1.2.2.pom 1 KB
Browse

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