Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.restcomm.smpp |
ArtifactId | ArtifactIdbootstrap-wildfly |
Version | Version7.1.50 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-wildfly-7.1.50.pom | |
bootstrap-wildfly-7.1.50.jar | 28 KB |
bootstrap-wildfly-7.1.50-sources.jar | 13 KB |
bootstrap-wildfly-7.1.50-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restcomm.smpp/bootstrap-wildfly/ -->
<dependency>
<groupId>org.restcomm.smpp</groupId>
<artifactId>bootstrap-wildfly</artifactId>
<version>7.1.50</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.smpp/bootstrap-wildfly/
implementation 'org.restcomm.smpp:bootstrap-wildfly:7.1.50'
// https://jarcasting.com/artifacts/org.restcomm.smpp/bootstrap-wildfly/
implementation ("org.restcomm.smpp:bootstrap-wildfly:7.1.50")
'org.restcomm.smpp:bootstrap-wildfly:jar:7.1.50'
<dependency org="org.restcomm.smpp" name="bootstrap-wildfly" rev="7.1.50">
<artifact name="bootstrap-wildfly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.smpp', module='bootstrap-wildfly', version='7.1.50')
)
libraryDependencies += "org.restcomm.smpp" % "bootstrap-wildfly" % "7.1.50"
[org.restcomm.smpp/bootstrap-wildfly "7.1.50"]