s

scx-common

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