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