<dependency>
<groupId>io.bitbucket.supportomateinc.media.hardware</groupId>
<artifactId>mobicents-media-hardware</artifactId>
<version>3.0.1.Final</version>
</dependency>
implementation group: 'io.bitbucket.supportomateinc.media.hardware', name: 'mobicents-media-hardware', version: '3.0.1.Final'
implementation 'io.bitbucket.supportomateinc.media.hardware:mobicents-media-hardware:3.0.1.Final'
implementation("io.bitbucket.supportomateinc.media.hardware:mobicents-media-hardware:3.0.1.Final")
libraryDependencies += "io.bitbucket.supportomateinc.media.hardware" % "mobicents-media-hardware" % "3.0.1.Final"
<dependency org="io.bitbucket.supportomateinc.media.hardware" name="mobicents-media-hardware" rev="3.0.1.Final"/>
@Grapes(
@Grab(group='io.bitbucket.supportomateinc.media.hardware', module='mobicents-media-hardware', version='3.0.1.Final')
)
[io.bitbucket.supportomateinc.media.hardware/mobicents-media-hardware "3.0.1.Final"]
'io.bitbucket.supportomateinc.media.hardware:mobicents-media-hardware:jar:3.0.1.Final'