License |
License |
---|---|
GroupId | GroupIdorg.springframework |
ArtifactId | ArtifactIdspring-parent |
Last Version | Last Version3.1.4.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring Framework - Parent
Spring Framework Parent
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-parent-3.1.4.RELEASE.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-parent/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<version>3.1.4.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-parent/
implementation 'org.springframework:spring-parent:3.1.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-parent/
implementation ("org.springframework:spring-parent:3.1.4.RELEASE")
'org.springframework:spring-parent:pom:3.1.4.RELEASE'
<dependency org="org.springframework" name="spring-parent" rev="3.1.4.RELEASE">
<artifact name="spring-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-parent', version='3.1.4.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-parent" % "3.1.4.RELEASE"
[org.springframework/spring-parent "3.1.4.RELEASE"]