GroupId | GroupIdorg.springframework.commons |
---|---|
ArtifactId | ArtifactIdspring-commons-parent |
Version | Version1.0.0.RELEASE |
Type | Typepom |
Description |
DescriptionSpring Commons Parent
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-commons-parent-1.0.0.RELEASE.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.commons/spring-commons-parent/ -->
<dependency>
<groupId>org.springframework.commons</groupId>
<artifactId>spring-commons-parent</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.commons/spring-commons-parent/
implementation 'org.springframework.commons:spring-commons-parent:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.commons/spring-commons-parent/
implementation ("org.springframework.commons:spring-commons-parent:1.0.0.RELEASE")
'org.springframework.commons:spring-commons-parent:pom:1.0.0.RELEASE'
<dependency org="org.springframework.commons" name="spring-commons-parent" rev="1.0.0.RELEASE">
<artifact name="spring-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.commons', module='spring-commons-parent', version='1.0.0.RELEASE')
)
libraryDependencies += "org.springframework.commons" % "spring-commons-parent" % "1.0.0.RELEASE"
[org.springframework.commons/spring-commons-parent "1.0.0.RELEASE"]