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