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