License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdbe.rufer.swisscom.sms |
ArtifactId | ArtifactIdapi-client |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionSwisscom SMS-API-Client
A Java library for easy use of the Swisscom SMS API in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
api-client-1.0.pom | |
api-client-1.0.jar | 14 KB |
api-client-1.0-sources.jar | 13 KB |
api-client-1.0-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.rufer.swisscom.sms/api-client/ -->
<dependency>
<groupId>be.rufer.swisscom.sms</groupId>
<artifactId>api-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.rufer.swisscom.sms/api-client/
implementation 'be.rufer.swisscom.sms:api-client:1.0'
// https://jarcasting.com/artifacts/be.rufer.swisscom.sms/api-client/
implementation ("be.rufer.swisscom.sms:api-client:1.0")
'be.rufer.swisscom.sms:api-client:jar:1.0'
<dependency org="be.rufer.swisscom.sms" name="api-client" rev="1.0">
<artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.rufer.swisscom.sms', module='api-client', version='1.0')
)
libraryDependencies += "be.rufer.swisscom.sms" % "api-client" % "1.0"
[be.rufer.swisscom.sms/api-client "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 4.1.3.RELEASE |
com.fasterxml.jackson.core : jackson-databind | jar | 2.4.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.8.4 |