<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>mobicents-slee-connectivity-example-slee</artifactId>
<version>2.8.5</version>
</dependency>
implementation group: 'org.mobicents.examples', name: 'mobicents-slee-connectivity-example-slee', version: '2.8.5'
implementation 'org.mobicents.examples:mobicents-slee-connectivity-example-slee:2.8.5'
implementation("org.mobicents.examples:mobicents-slee-connectivity-example-slee:2.8.5")
libraryDependencies += "org.mobicents.examples" % "mobicents-slee-connectivity-example-slee" % "2.8.5"
<dependency org="org.mobicents.examples" name="mobicents-slee-connectivity-example-slee" rev="2.8.5"/>
@Grapes(
@Grab(group='org.mobicents.examples', module='mobicents-slee-connectivity-example-slee', version='2.8.5')
)
[org.mobicents.examples/mobicents-slee-connectivity-example-slee "2.8.5"]
'org.mobicents.examples:mobicents-slee-connectivity-example-slee:jar:2.8.5'