GroupId | GroupIdorg.mobicents.resources |
---|---|
ArtifactId | ArtifactIdss7-test-sbb |
Version | Version7.4.74 |
Type | Typepom |
Filename | Size |
---|---|
ss7-test-sbb-7.4.74.pom | 743 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.resources/ss7-test-sbb/ -->
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>ss7-test-sbb</artifactId>
<version>7.4.74</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.resources/ss7-test-sbb/
implementation 'org.mobicents.resources:ss7-test-sbb:7.4.74'
// https://jarcasting.com/artifacts/org.mobicents.resources/ss7-test-sbb/
implementation ("org.mobicents.resources:ss7-test-sbb:7.4.74")
'org.mobicents.resources:ss7-test-sbb:pom:7.4.74'
<dependency org="org.mobicents.resources" name="ss7-test-sbb" rev="7.4.74">
<artifact name="ss7-test-sbb" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.resources', module='ss7-test-sbb', version='7.4.74')
)
libraryDependencies += "org.mobicents.resources" % "ss7-test-sbb" % "7.4.74"
[org.mobicents.resources/ss7-test-sbb "7.4.74"]