GroupId | GroupIdorg.mobicents.protocols.ss7.management |
---|---|
ArtifactId | ArtifactIdshell |
Version | Version1.0.0.FINAL |
Type | Typejar |
Filename | Size |
---|---|
shell-1.0.0.FINAL.pom | |
shell-1.0.0.FINAL.jar | 19 KB |
shell-1.0.0.FINAL-sources.jar | 24 KB |
shell-1.0.0.FINAL-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.protocols.ss7.management/shell/ -->
<dependency>
<groupId>org.mobicents.protocols.ss7.management</groupId>
<artifactId>shell</artifactId>
<version>1.0.0.FINAL</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.protocols.ss7.management/shell/
implementation 'org.mobicents.protocols.ss7.management:shell:1.0.0.FINAL'
// https://jarcasting.com/artifacts/org.mobicents.protocols.ss7.management/shell/
implementation ("org.mobicents.protocols.ss7.management:shell:1.0.0.FINAL")
'org.mobicents.protocols.ss7.management:shell:jar:1.0.0.FINAL'
<dependency org="org.mobicents.protocols.ss7.management" name="shell" rev="1.0.0.FINAL">
<artifact name="shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.protocols.ss7.management', module='shell', version='1.0.0.FINAL')
)
libraryDependencies += "org.mobicents.protocols.ss7.management" % "shell" % "1.0.0.FINAL"
[org.mobicents.protocols.ss7.management/shell "1.0.0.FINAL"]