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