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