GroupId | GroupIdorg.mobicents |
---|---|
ArtifactId | ArtifactIdsctp-release |
Version | Version2.0.0-128 |
Type | Typepom |
Filename | Size |
---|---|
sctp-release-2.0.0-128.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents/sctp-release/ -->
<dependency>
<groupId>org.mobicents</groupId>
<artifactId>sctp-release</artifactId>
<version>2.0.0-128</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents/sctp-release/
implementation 'org.mobicents:sctp-release:2.0.0-128'
// https://jarcasting.com/artifacts/org.mobicents/sctp-release/
implementation ("org.mobicents:sctp-release:2.0.0-128")
'org.mobicents:sctp-release:pom:2.0.0-128'
<dependency org="org.mobicents" name="sctp-release" rev="2.0.0-128">
<artifact name="sctp-release" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents', module='sctp-release', version='2.0.0-128')
)
libraryDependencies += "org.mobicents" % "sctp-release" % "2.0.0-128"
[org.mobicents/sctp-release "2.0.0-128"]