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