GroupId | GroupIdorg.springframework |
---|---|
ArtifactId | ArtifactIdspring-core |
Version | Version1.2-rc2 |
Type | Typejar |
Filename | Size |
---|---|
spring-core-1.2-rc2.pom | |
spring-core-1.2-rc2.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-core/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>1.2-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-core/
implementation 'org.springframework:spring-core:1.2-rc2'
// https://jarcasting.com/artifacts/org.springframework/spring-core/
implementation ("org.springframework:spring-core:1.2-rc2")
'org.springframework:spring-core:jar:1.2-rc2'
<dependency org="org.springframework" name="spring-core" rev="1.2-rc2">
<artifact name="spring-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-core', version='1.2-rc2')
)
libraryDependencies += "org.springframework" % "spring-core" % "1.2-rc2"
[org.springframework/spring-core "1.2-rc2"]