is not current version
Last Version 1.2.6

springframework:spring-core 1.2.5


GroupId

GroupId

springframework
ArtifactId

ArtifactId

spring-core
Version

Version

1.2.5
Type

Type

jar

Download spring-core 1.2.5


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