| Группа | Группаcom.github.yaoguoh |
|---|---|
| Идентификатор | Идентификаторcommon-spring-cloud |
| Версия | Версия2.1.3-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| common-spring-cloud-2.1.3-RELEASE.pom | |
| common-spring-cloud-2.1.3-RELEASE.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.yaoguoh/common-spring-cloud/ -->
<dependency>
<groupId>com.github.yaoguoh</groupId>
<artifactId>common-spring-cloud</artifactId>
<version>2.1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-spring-cloud/
implementation 'com.github.yaoguoh:common-spring-cloud:2.1.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.yaoguoh/common-spring-cloud/
implementation ("com.github.yaoguoh:common-spring-cloud:2.1.3-RELEASE")
'com.github.yaoguoh:common-spring-cloud:jar:2.1.3-RELEASE'
<dependency org="com.github.yaoguoh" name="common-spring-cloud" rev="2.1.3-RELEASE">
<artifact name="common-spring-cloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yaoguoh', module='common-spring-cloud', version='2.1.3-RELEASE')
)
libraryDependencies += "com.github.yaoguoh" % "common-spring-cloud" % "2.1.3-RELEASE"
[com.github.yaoguoh/common-spring-cloud "2.1.3-RELEASE"]