MVN

org.mobicents.protocols.ss7.sgw : boot

Maven & Gradle

Mar 02, 2018
159 stars
<dependency>
    <groupId>org.mobicents.protocols.ss7.sgw</groupId>
    <artifactId>boot</artifactId>
    <version>8.0.0-137</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mobicents.protocols.ss7.sgw : boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0-137
  • Latest Beta: 2.0.0.BETA4

All Versions

Choose a version of org.mobicents.protocols.ss7.sgw : boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
boot-8.0.112
boot-8.0.111
boot-8.0.110
boot-8.0.109
boot-8.0.108
boot-8.0.107
boot-8.0.105
boot-8.0.103
boot-8.0.102
boot-8.0.101
boot-8.0.100
boot-8.0.99
boot-8.0.97
boot-8.0.96
boot-8.0.95
boot-8.0.94
boot-8.0.92
boot-8.0.91
boot-8.0.90
boot-8.0.88
boot-8.0.86
boot-8.0.85
boot-8.0.84
boot-8.0.83
boot-8.0.81
boot-8.0.79
boot-8.0.77
boot-8.0.76
boot-8.0.73
boot-8.0.72
boot-8.0.71
boot-8.0.70
boot-8.0.69
boot-8.0.67
boot-8.0.66
boot-8.0.65
boot-8.0.64
boot-8.0.63
boot-8.0.62
boot-8.0.61
boot-8.0.59
boot-8.0.57
boot-8.0.56
boot-8.0.54
boot-8.0.52
boot-8.0.51
boot-8.0.50
boot-8.0.49
boot-8.0.47
boot-8.0.46
boot-8.0.45
boot-8.0.44
boot-8.0.43
boot-8.0.42
boot-8.0.41
boot-8.0.39
boot-8.0.38
boot-8.0.36
boot-8.0.0-137
boot-8.0.0-135
boot-8.0.0-134
boot-8.0.0-131
boot-8.0.0-130
boot-8.0.0-129
boot-8.0.0-128
boot-8.0.0-49
boot-8.0.0-35
7.4.x
boot-7.4.1404
boot-7.4.1399
boot-7.4.0-138
boot-7.4.0-102
boot-7.4.0-65
boot-7.4.0-50
boot-7.4.0-9
7.3.x
boot-7.3.1398
boot-7.3.1395
boot-7.3.1394
boot-7.3.1393
boot-7.3.1392
7.2.x
boot-7.2.1390
boot-7.2.1388
boot-7.2.1387
boot-7.2.1386
7.1.x
boot-7.1.1385
boot-7.1.32
boot-7.1.31
boot-7.1.30
boot-7.1.28
boot-7.1.18
boot-7.1.17
boot-7.1.16
boot-7.1.12
boot-7.1.11
boot-7.1.9
boot-7.1.5
boot-7.1.4
boot-7.1.3
boot-7.1.2
boot-7.1.1
7.0.x
boot-7.0.1384
boot-7.0.1383
boot-7.0.1382
boot-7.0.1380
boot-7.0.1377
boot-7.0.1376
boot-7.0.1375
boot-7.0.1374
boot-7.0.1373
boot-7.0.1368
boot-7.0.1367
boot-7.0.1366
3.1.x
boot-3.1.1362
boot-3.1.1358
3.0.x
boot-3.0.1365
boot-3.0.1364
boot-3.0.1363
boot-3.0.1357
boot-3.0.1356
boot-3.0.1354
boot-3.0.1353
boot-3.0.1352
boot-3.0.1350
boot-3.0.1349
boot-3.0.1348
boot-3.0.1347
boot-3.0.1346
boot-3.0.1345
boot-3.0.1344
boot-3.0.1343
boot-3.0.1341
boot-3.0.1339
boot-3.0.1338
boot-3.0.1337
boot-3.0.1336
boot-3.0.1335
boot-3.0.1333
boot-3.0.1332
boot-3.0.1331
boot-3.0.1330
boot-3.0.1329
boot-3.0.1328
boot-3.0.1327
boot-3.0.1326
boot-3.0.1325
boot-3.0.1324
boot-3.0.1323
boot-3.0.1322
boot-3.0.1321
boot-3.0.1318
boot-3.0.1317
boot-3.0.1316
boot-3.0.1315
boot-3.0.1314
boot-3.0.1313
boot-3.0.1312
boot-3.0.1311
boot-3.0.1310
boot-3.0.1307
boot-3.0.1306
2.0.x
boot-2.0.0.FINAL
boot-2.0.0.CR1
boot-2.0.0.BETA4
boot-2.0.0.BETA3
boot-2.0.0.BETA2
boot-2.0.0.BETA1

How to add a dependency to Maven

Add the following org.mobicents.protocols.ss7.sgw : boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mobicents.protocols.ss7.sgw</groupId>
    <artifactId>boot</artifactId>
    <version>8.0.0-137</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mobicents.protocols.ss7.sgw : boot gradle dependency to your build.gradle file:

implementation 'org.mobicents.protocols.ss7.sgw:boot:8.0.0-137'

Gradle Kotlin DSL: Add the following org.mobicents.protocols.ss7.sgw : boot gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mobicents.protocols.ss7.sgw:boot:8.0.0-137")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mobicents.protocols.ss7.sgw : boot sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mobicents.protocols.ss7.sgw" % "boot" % "8.0.0-137"