is not current version
Last Version 8.7.0

com.cedarsoft:spring 1.2.1


GroupId

GroupId

com.cedarsoft
ArtifactId

ArtifactId

spring
Version

Version

1.2.1
Type

Type

pom

Download spring 1.2.1

Filename Size
spring-1.2.1.pom 1 KB
Browse

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