| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.mobicents.cluster |
| Идентификатор | Идентификаторexample-parent |
| Версия | Версия1.14.0.FINAL |
| Тип | Типpom |
| Описание |
ОписаниеMobicents Cluster Framework Examples Parent
Mobicents Cluster Framework Examples Parent
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| example-parent-1.14.0.FINAL.pom | 722 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.mobicents.cluster/example-parent/ -->
<dependency>
<groupId>org.mobicents.cluster</groupId>
<artifactId>example-parent</artifactId>
<version>1.14.0.FINAL</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.cluster/example-parent/
implementation 'org.mobicents.cluster:example-parent:1.14.0.FINAL'
// https://jarcasting.com/artifacts/org.mobicents.cluster/example-parent/
implementation ("org.mobicents.cluster:example-parent:1.14.0.FINAL")
'org.mobicents.cluster:example-parent:pom:1.14.0.FINAL'
<dependency org="org.mobicents.cluster" name="example-parent" rev="1.14.0.FINAL">
<artifact name="example-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.cluster', module='example-parent', version='1.14.0.FINAL')
)
libraryDependencies += "org.mobicents.cluster" % "example-parent" % "1.14.0.FINAL"
[org.mobicents.cluster/example-parent "1.14.0.FINAL"]