GroupId | GroupIdorg.mobicents.protocols.ss7.tcap |
---|---|
ArtifactId | ArtifactIdtcap-impl |
Version | Version2.0.0.FINAL |
Type | Typejar |
Filename | Size |
---|---|
tcap-impl-2.0.0.FINAL.pom | |
tcap-impl-2.0.0.FINAL.jar | 119 KB |
tcap-impl-2.0.0.FINAL-sources.jar | 97 KB |
tcap-impl-2.0.0.FINAL-javadoc.jar | 299 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.protocols.ss7.tcap/tcap-impl/ -->
<dependency>
<groupId>org.mobicents.protocols.ss7.tcap</groupId>
<artifactId>tcap-impl</artifactId>
<version>2.0.0.FINAL</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.protocols.ss7.tcap/tcap-impl/
implementation 'org.mobicents.protocols.ss7.tcap:tcap-impl:2.0.0.FINAL'
// https://jarcasting.com/artifacts/org.mobicents.protocols.ss7.tcap/tcap-impl/
implementation ("org.mobicents.protocols.ss7.tcap:tcap-impl:2.0.0.FINAL")
'org.mobicents.protocols.ss7.tcap:tcap-impl:jar:2.0.0.FINAL'
<dependency org="org.mobicents.protocols.ss7.tcap" name="tcap-impl" rev="2.0.0.FINAL">
<artifact name="tcap-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.protocols.ss7.tcap', module='tcap-impl', version='2.0.0.FINAL')
)
libraryDependencies += "org.mobicents.protocols.ss7.tcap" % "tcap-impl" % "2.0.0.FINAL"
[org.mobicents.protocols.ss7.tcap/tcap-impl "2.0.0.FINAL"]