How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.restcomm.protocols.ss7.sgw</groupId>
<artifactId>restcomm-sgw</artifactId>
<version>8.0.0-140</version>
</dependency>
Choose a version of org.restcomm.protocols.ss7.sgw : restcomm-sgw to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.0.x |
restcomm-sgw-8.0.0-140
|
||
restcomm-sgw-8.0.0-139
|
|||
restcomm-sgw-8.0.0-136
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.restcomm.protocols.ss7.sgw</groupId>
<artifactId>restcomm-sgw</artifactId>
<version>8.0.0-140</version>
</dependency>
Advertisement