s

scx-common

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