License |
License
Apache 2.0
|
---|---|
GroupId | GroupIdcom.github.hihi-dev |
ArtifactId | ArtifactIdtwiliosms |
Version | Version0.1.1 |
Type | Typeaar |
Description |
DescriptionTwilioSms
A simple Android library for Twilio Programmable SMS
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
twiliosms-0.1.1.pom | |
twiliosms-0.1.1.aar | 131 KB |
twiliosms-0.1.1-sources.jar | 6 KB |
twiliosms-0.1.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hihi-dev/twiliosms/ -->
<dependency>
<groupId>com.github.hihi-dev</groupId>
<artifactId>twiliosms</artifactId>
<version>0.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hihi-dev/twiliosms/
implementation 'com.github.hihi-dev:twiliosms:0.1.1'
// https://jarcasting.com/artifacts/com.github.hihi-dev/twiliosms/
implementation ("com.github.hihi-dev:twiliosms:0.1.1")
'com.github.hihi-dev:twiliosms:aar:0.1.1'
<dependency org="com.github.hihi-dev" name="twiliosms" rev="0.1.1">
<artifact name="twiliosms" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.hihi-dev', module='twiliosms', version='0.1.1')
)
libraryDependencies += "com.github.hihi-dev" % "twiliosms" % "0.1.1"
[com.github.hihi-dev/twiliosms "0.1.1"]