GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdspring |
Version | Version5.1.4 |
Type | Typejar |
Filename | Size |
---|---|
spring-5.1.4.pom | 759 bytes |
spring-5.1.4-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/spring/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>spring</artifactId>
<version>5.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/spring/
implementation 'com.cedarsoft.commons:spring:5.1.4'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/spring/
implementation ("com.cedarsoft.commons:spring:5.1.4")
'com.cedarsoft.commons:spring:jar:5.1.4'
<dependency org="com.cedarsoft.commons" name="spring" rev="5.1.4">
<artifact name="spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='spring', version='5.1.4')
)
libraryDependencies += "com.cedarsoft.commons" % "spring" % "5.1.4"
[com.cedarsoft.commons/spring "5.1.4"]