| License |
License |
|---|---|
| GroupId | GroupIdcom.soebes.smpp |
| ArtifactId | ArtifactIdsmpp |
| Last Version | Last Version5.3.9 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSoEBeS Maven Parent POM
This POM contains the default configuration for all projects which are located
in com.soebes
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationSoftwareEntwicklung Beratung Schulung |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| smpp-5.3.9.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.soebes.smpp/smpp/ -->
<dependency>
<groupId>com.soebes.smpp</groupId>
<artifactId>smpp</artifactId>
<version>5.3.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.soebes.smpp/smpp/
implementation 'com.soebes.smpp:smpp:5.3.9'
// https://jarcasting.com/artifacts/com.soebes.smpp/smpp/
implementation ("com.soebes.smpp:smpp:5.3.9")
'com.soebes.smpp:smpp:pom:5.3.9'
<dependency org="com.soebes.smpp" name="smpp" rev="5.3.9">
<artifact name="smpp" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.soebes.smpp', module='smpp', version='5.3.9')
)
libraryDependencies += "com.soebes.smpp" % "smpp" % "5.3.9"
[com.soebes.smpp/smpp "5.3.9"]