Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdua.mobius.media.client |
ArtifactId | ArtifactIdmgcp |
Version | Version4.0.0 |
Type | Typepom |
Filename | Size |
---|---|
mgcp-4.0.0.pom | 645 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ua.mobius.media.client/mgcp/ -->
<dependency>
<groupId>ua.mobius.media.client</groupId>
<artifactId>mgcp</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ua.mobius.media.client/mgcp/
implementation 'ua.mobius.media.client:mgcp:4.0.0'
// https://jarcasting.com/artifacts/ua.mobius.media.client/mgcp/
implementation ("ua.mobius.media.client:mgcp:4.0.0")
'ua.mobius.media.client:mgcp:pom:4.0.0'
<dependency org="ua.mobius.media.client" name="mgcp" rev="4.0.0">
<artifact name="mgcp" type="pom" />
</dependency>
@Grapes(
@Grab(group='ua.mobius.media.client', module='mgcp', version='4.0.0')
)
libraryDependencies += "ua.mobius.media.client" % "mgcp" % "4.0.0"
[ua.mobius.media.client/mgcp "4.0.0"]