License |
License |
---|---|
GroupId | GroupIdcom.github.yaoguoh |
ArtifactId | ArtifactIdcommon-spring-cloud |
Version | Version2.5.0 |
Type | Typejar |
Description |
DescriptionCommon Dependencies
|
Filename | Size |
---|---|
common-spring-cloud-2.5.0.pom | |
common-spring-cloud-2.5.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yaoguoh/common-spring-cloud/ -->
<dependency>
<groupId>com.github.yaoguoh</groupId>
<artifactId>common-spring-cloud</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-spring-cloud/
implementation 'com.github.yaoguoh:common-spring-cloud:2.5.0'
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-spring-cloud/
implementation ("com.github.yaoguoh:common-spring-cloud:2.5.0")
'com.github.yaoguoh:common-spring-cloud:jar:2.5.0'
<dependency org="com.github.yaoguoh" name="common-spring-cloud" rev="2.5.0">
<artifact name="common-spring-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yaoguoh', module='common-spring-cloud', version='2.5.0')
)
libraryDependencies += "com.github.yaoguoh" % "common-spring-cloud" % "2.5.0"
[com.github.yaoguoh/common-spring-cloud "2.5.0"]