License |
License |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-commons |
Last Version | Last Version3.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cloud Commons
Spring Cloud Commons
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-cloud-commons-3.1.3.pom | |
spring-cloud-commons-3.1.3.jar | 210 KB |
spring-cloud-commons-3.1.3-tests.jar | 234 KB |
spring-cloud-commons-3.1.3-sources.jar | 159 KB |
spring-cloud-commons-3.1.3-javadoc.jar | 906 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-commons/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-commons/
implementation 'org.springframework.cloud:spring-cloud-commons:3.1.3'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-commons/
implementation ("org.springframework.cloud:spring-cloud-commons:3.1.3")
'org.springframework.cloud:spring-cloud-commons:jar:3.1.3'
<dependency org="org.springframework.cloud" name="spring-cloud-commons" rev="3.1.3">
<artifact name="spring-cloud-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-commons', version='3.1.3')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-commons" % "3.1.3"
[org.springframework.cloud/spring-cloud-commons "3.1.3"]