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