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