| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.upcwangying.cloud.samples |
| Идентификатор | Идентификаторsamples-parent |
| Версия | Версия0.2.1.RELEASE |
| Тип | Типpom |
| Описание |
Описаниеsamples-parent
Spring Cloud Samples
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| samples-parent-0.2.1.RELEASE.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.upcwangying.cloud.samples/samples-parent/ -->
<dependency>
<groupId>com.upcwangying.cloud.samples</groupId>
<artifactId>samples-parent</artifactId>
<version>0.2.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples/samples-parent/
implementation 'com.upcwangying.cloud.samples:samples-parent:0.2.1.RELEASE'
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples/samples-parent/
implementation ("com.upcwangying.cloud.samples:samples-parent:0.2.1.RELEASE")
'com.upcwangying.cloud.samples:samples-parent:pom:0.2.1.RELEASE'
<dependency org="com.upcwangying.cloud.samples" name="samples-parent" rev="0.2.1.RELEASE">
<artifact name="samples-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.upcwangying.cloud.samples', module='samples-parent', version='0.2.1.RELEASE')
)
libraryDependencies += "com.upcwangying.cloud.samples" % "samples-parent" % "0.2.1.RELEASE"
[com.upcwangying.cloud.samples/samples-parent "0.2.1.RELEASE"]