GroupId | GroupIdorg.springframework |
---|---|
ArtifactId | ArtifactIdspring-core |
Version | Version4.3.3.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spring-core-4.3.3.RELEASE.pom | |
spring-core-4.3.3.RELEASE.jar | 1 MB |
spring-core-4.3.3.RELEASE-sources.jar | 714 KB |
spring-core-4.3.3.RELEASE-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-core/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.3.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-core/
implementation 'org.springframework:spring-core:4.3.3.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-core/
implementation ("org.springframework:spring-core:4.3.3.RELEASE")
'org.springframework:spring-core:jar:4.3.3.RELEASE'
<dependency org="org.springframework" name="spring-core" rev="4.3.3.RELEASE">
<artifact name="spring-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-core', version='4.3.3.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-core" % "4.3.3.RELEASE"
[org.springframework/spring-core "4.3.3.RELEASE"]