t

twilsock

An internal library which is used by Twilio Conversations SDK
https://www.twilio.com/docs/conversations
TWILIO-TOS
Twilio
Files download
File Operation
twilsock-1.0.0.pom download
twilsock-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.twilio</groupId>
  <artifactId>twilsock</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.twilio:twilsock:1.0.0'
Gradle Kotlin
implementation("com.twilio:twilsock:1.0.0")
Scala SBT
libraryDependencies += "com.twilio" % "twilsock" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.twilio', module='twilsock', version='1.0.0')
)
Apache Ivy
<dependency org="com.twilio" name="twilsock" rev="1.0.0" />
Leiningen
[com.twilio/twilsock "1.0.0"]
Apache Buildr
'com.twilio:twilsock:jar:1.0.0'