Files download
File Operation
turn-client-1.0.3.jar download
turn-client-1.0.3.pom download
turn-client-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.littleshoot</groupId>
  <artifactId>turn-client</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.littleshoot:turn-client:1.0.3'
Gradle Kotlin
implementation("org.littleshoot:turn-client:1.0.3")
Scala SBT
libraryDependencies += "org.littleshoot" % "turn-client" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.littleshoot', module='turn-client', version='1.0.3')
)
Apache Ivy
<dependency org="org.littleshoot" name="turn-client" rev="1.0.3" />
Leiningen
[org.littleshoot/turn-client "1.0.3"]
Apache Buildr
'org.littleshoot:turn-client:jar:1.0.3'