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