Categories |
CategoriesRuby Languages |
---|---|
GroupId | GroupIdorg.mobicents.servlet.sip |
ArtifactId | ArtifactIdsip-servlets-jruby |
Version | Version3.0.538 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mobicents.servlet.sip/sip-servlets-jruby/ -->
<dependency>
<groupId>org.mobicents.servlet.sip</groupId>
<artifactId>sip-servlets-jruby</artifactId>
<version>3.0.538</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.servlet.sip/sip-servlets-jruby/
implementation 'org.mobicents.servlet.sip:sip-servlets-jruby:3.0.538'
// https://jarcasting.com/artifacts/org.mobicents.servlet.sip/sip-servlets-jruby/
implementation ("org.mobicents.servlet.sip:sip-servlets-jruby:3.0.538")
'org.mobicents.servlet.sip:sip-servlets-jruby:jar:3.0.538'
<dependency org="org.mobicents.servlet.sip" name="sip-servlets-jruby" rev="3.0.538">
<artifact name="sip-servlets-jruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.servlet.sip', module='sip-servlets-jruby', version='3.0.538')
)
libraryDependencies += "org.mobicents.servlet.sip" % "sip-servlets-jruby" % "3.0.538"
[org.mobicents.servlet.sip/sip-servlets-jruby "3.0.538"]