| License |
License |
|---|---|
| GroupId | GroupIdcom.twilio |
| ArtifactId | ArtifactIdtwilio-android-env |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptiontwilio-android-env
Small library that sets and retrieves environment variables in an Android application with JNI.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| twilio-android-env-1.1.0.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.twilio/twilio-android-env/ -->
<dependency>
<groupId>com.twilio</groupId>
<artifactId>twilio-android-env</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.twilio/twilio-android-env/
implementation 'com.twilio:twilio-android-env:1.1.0'
// https://jarcasting.com/artifacts/com.twilio/twilio-android-env/
implementation ("com.twilio:twilio-android-env:1.1.0")
'com.twilio:twilio-android-env:aar:1.1.0'
<dependency org="com.twilio" name="twilio-android-env" rev="1.1.0">
<artifact name="twilio-android-env" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.twilio', module='twilio-android-env', version='1.1.0')
)
libraryDependencies += "com.twilio" % "twilio-android-env" % "1.1.0"
[com.twilio/twilio-android-env "1.1.0"]