文件下载
文件名 操作
slate-common-14.3.jar 下载
slate-common-14.3.pom 下载
slate-common-14.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.shepherdviolet</groupId>
  <artifactId>slate-common</artifactId>
  <version>14.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.shepherdviolet:slate-common:14.3'
Gradle Kotlin
implementation("com.github.shepherdviolet:slate-common:14.3")
Scala SBT
libraryDependencies += "com.github.shepherdviolet" % "slate-common" % "14.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shepherdviolet', module='slate-common', version='14.3')
)
Apache Ivy
<dependency org="com.github.shepherdviolet" name="slate-common" rev="14.3" />
Leiningen
[com.github.shepherdviolet/slate-common "14.3"]
Apache Buildr
'com.github.shepherdviolet:slate-common:jar:14.3'